wok-current diff squidguard/receipt @ rev 1956

Add xrick (Rick Dangerous).
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Dec 30 23:59:44 2008 +0100 (2008-12-30)
parents 4784eb863cc5
children 37522640c730
line diff
     1.1 --- a/squidguard/receipt	Wed Aug 13 07:40:55 2008 +0000
     1.2 +++ b/squidguard/receipt	Tue Dec 30 23:59:44 2008 +0100
     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 -}