wok-next diff c_icap/receipt @ rev 19018
Up mirror-tools, qemu-box, slitaz-mercurial-style, tazchroot, tazdev, tazwikiss, yaff (253)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 01 10:49:53 2016 +0200 (2016-04-01) |
parents | dfef8de3d270 |
children | 8f50006d2661 |
line diff
1.1 --- a/c_icap/receipt Fri Jan 30 10:17:37 2015 +0100 1.2 +++ b/c_icap/receipt Fri Apr 01 10:49:53 2016 +0200 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 }