wok diff c_icap/receipt @ rev 20342
typos
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Fri Jun 08 09:50:56 2018 +0000 (2018-06-08) |
parents | dfef8de3d270 |
children | 0cf279b4394a |
line diff
1.1 --- a/c_icap/receipt Fri Jan 30 10:17:37 2015 +0100 1.2 +++ b/c_icap/receipt Fri Jun 08 09:50:56 2018 +0000 1.3 @@ -73,6 +73,6 @@ 1.4 post_remove() 1.5 { 1.6 echo "Removing stalled files..." 1.7 - test -d $1/var/log/c-icap && rm -rf $1/var/log/c-icap 1.8 - test -d $1/usr/run/c-icap && rm -rf $1/usr/run/c-icap 1.9 + test -d "$1/var/log/c-icap" && rm -rf "$1/var/log/c-icap" 1.10 + test -d "$1/usr/run/c-icap" && rm -rf "$1/usr/run/c-icap" 1.11 }