wok-stable diff squidguard/receipt @ rev 2036
Add: pngcrush (1.6.13)
author | Fabrice THIROUX <mimas@slitaz.org> |
---|---|
date | Sat Jan 10 20:35:13 2009 +0100 (2009-01-10) |
parents | 4784eb863cc5 |
children | 37522640c730 |
line diff
1.1 --- a/squidguard/receipt Wed Aug 13 07:40:55 2008 +0000 1.2 +++ b/squidguard/receipt Sat Jan 10 20:35:13 2009 +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 -}