wok diff squidguard/receipt @ rev 4430

wodim: update depends
author Paul Issott <paul@slitaz.org>
date Mon Oct 26 19:29:06 2009 +0000 (2009-10-26)
parents 07514ab2c2fc
children f3a7e7dd7e7c
line diff
     1.1 --- a/squidguard/receipt	Fri Aug 28 13:16:58 2009 +0000
     1.2 +++ b/squidguard/receipt	Mon Oct 26 19:29:06 2009 +0000
     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