wok diff perdition/receipt @ rev 2013

Up: gpicview (0.1.11)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 21:12:02 2009 +0100 (2009-01-08)
parents 6f5051317527
children 1e5ead21b647
line diff
     1.1 --- a/perdition/receipt	Sat Oct 11 20:22:43 2008 +0000
     1.2 +++ b/perdition/receipt	Thu Jan 08 21:12:02 2009 +0100
     1.3 @@ -48,10 +48,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/perdition -type f)
    1.10 -EOT
    1.11  	for i in pop3 pop3s imap4 imap4s imaps; do
    1.12  		chown nobody.nogroup $1/var/run/perdition.$i
    1.13  	done
    1.14 @@ -68,8 +64,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 -}