wok-current rev 3990
SquidGuard: fix FSH
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 29 18:20:57 2009 +0200 (2009-08-29) |
parents | 5caa430815ef |
children | 7c7d61c79e14 |
files | squidguard/receipt |
line diff
1.1 --- a/squidguard/receipt Sat Aug 29 18:01:13 2009 +0200 1.2 +++ b/squidguard/receipt Sat Aug 29 18:20:57 2009 +0200 1.3 @@ -36,12 +36,13 @@ 1.4 genpkg_rules() 1.5 { 1.6 cp -a $_pkg/* $fs/ 1.7 + rmdir $fs/usr/squidGuard 1.8 } 1.9 1.10 # Pre and post install commands for Tazpkg. 1.11 post_install() 1.12 { 1.13 - chown -R nobody $1/var/lib/squidGuard/* $1/usr/squidGuard 1.14 + chown -R nobody $1/var/lib/squidGuard/* 1.15 if ! grep -q ^redirect_program $1/etc/squid/squid.conf ; then 1.16 echo "Updating /etc/squid/squid.conf" 1.17 cat >> $1/etc/squid/squid.conf <<EOF