wok diff postgrey/receipt @ rev 2683

Add: libev
author Mallory MOLLO <mallory@skyrock.com>
date Wed Apr 22 17:08:17 2009 +0200 (2009-04-22)
parents 16fdba95d583
children 627d16bb5e3e
line diff
     1.1 --- a/postgrey/receipt	Sat Aug 09 15:11:38 2008 +0000
     1.2 +++ b/postgrey/receipt	Wed Apr 22 17:08:17 2009 +0200
     1.3 @@ -24,10 +24,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/postgrey -type f)
    1.10 -EOT
    1.11  	chown postfix /var/spool/postfix/postgrey
    1.12  	cat <<EOF
    1.13  ----
    1.14 @@ -47,8 +43,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 -}