wok-next diff squid/receipt @ rev 2085
Up + fix udev (137) put all rules in /etc/udev according to udev.conf
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jan 27 14:28:03 2009 +0100 (2009-01-27) |
parents | 3d99ecce2d4b |
children | 0e9145fbcce7 |
line diff
1.1 --- a/squid/receipt Sun Oct 05 23:16:15 2008 +0000 1.2 +++ b/squid/receipt Tue Jan 27 14:28:03 2009 +0100 1.3 @@ -57,10 +57,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 <<EOT 1.9 -$(cd $1/ ; find etc/squid -type f) 1.10 -EOT 1.11 chown nobody.nogroup /var/cache/squid /var/log/squid 1.12 cat <<EOF 1.13 ---- 1.14 @@ -72,8 +68,3 @@ 1.15 ---- 1.16 EOF 1.17 } 1.18 - 1.19 -repack_cleanup() 1.20 -{ 1.21 - zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id ) 1.22 -}