wok diff krb5/receipt @ rev 2940

Up: libgcrypt-* (1.4.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri May 08 00:13:03 2009 +0200 (2009-05-08)
parents 04d6abcf6d15
children 2a76df9f77e4
line diff
     1.1 --- a/krb5/receipt	Fri Oct 03 10:33:15 2008 +0000
     1.2 +++ b/krb5/receipt	Fri May 08 00:13:03 2009 +0200
     1.3 @@ -46,10 +46,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/krb5 -type f)
    1.10 -EOT
    1.11  	cat <<EOF
    1.12  ----
    1.13  To start $PACKAGE server you can run :
    1.14 @@ -60,8 +56,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 -}