wok diff postfix/receipt @ rev 1924

volatile.cpio.gz in receipt is incompatible with tazpkg stuff
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 23 10:31:12 2008 +0000 (2008-12-23)
parents 189b54af540e
children 43431755fb4c
line diff
     1.1 --- a/postfix/receipt	Fri Aug 08 22:09:48 2008 +0000
     1.2 +++ b/postfix/receipt	Tue Dec 23 10:31:12 2008 +0000
     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/postfix -type f)
    1.10 -EOT
    1.11          # adduser postfix if needed
    1.12  	if ! grep -q postfix $1/etc/passwd; then
    1.13  		echo -n "Adding user postfix..."
    1.14 @@ -107,8 +103,3 @@
    1.15  	delgroup postfix
    1.16  	delgroup postdrop
    1.17  }
    1.18 -
    1.19 -repack_cleanup()
    1.20 -{
    1.21 -        zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id )
    1.22 -}