wok-stable diff squidguard/receipt @ rev 4355
xarchive: add xz support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 04 15:34:46 2009 +0200 (2009-10-04) |
parents | 07514ab2c2fc |
children | f3a7e7dd7e7c |
line diff
1.1 --- a/squidguard/receipt Fri Aug 28 13:16:58 2009 +0000 1.2 +++ b/squidguard/receipt Sun Oct 04 15:34:46 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