wok diff squidguard/receipt @ rev 2243

perl-*: fix WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 15 18:22:29 2009 +0000 (2009-02-15)
parents 4784eb863cc5
children 37522640c730
line diff
     1.1 --- a/squidguard/receipt	Wed Aug 13 07:40:55 2008 +0000
     1.2 +++ b/squidguard/receipt	Sun Feb 15 18:22:29 2009 +0000
     1.3 @@ -41,10 +41,6 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	( cd $1/ ; cpio -o -H newc | gzip -9 ) > \
     1.8 -		$1/$INSTALLED/$PACKAGE/volatile.cpio.gz <<EOF
     1.9 -etc/squid/squidGuard.conf
    1.10 -EOF
    1.11  	chown -R nobody /var/lib/squidGuard/* /usr/squidGuard
    1.12  	if ! grep ^redirect_program $1/etc/squid/squid.conf ; then
    1.13  		echo "Updating /etc/squid/squid.conf"
    1.14 @@ -53,8 +49,3 @@
    1.15  EOF
    1.16  	fi
    1.17  }
    1.18 -
    1.19 -repack_cleanup()
    1.20 -{
    1.21 -        zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id )
    1.22 -}