wok diff zaptel/receipt @ rev 2048

Add: snownews
author Paul Issott <paul@slitaz.org>
date Sat Jan 17 12:11:04 2009 +0000 (2009-01-17)
parents 879fb025757a
children c1610baa4cf4
line diff
     1.1 --- a/zaptel/receipt	Sat Nov 29 08:56:18 2008 +0000
     1.2 +++ b/zaptel/receipt	Sat Jan 17 12:11:04 2009 +0000
     1.3 @@ -44,10 +44,6 @@
     1.4  # Post install/remove 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 -etc/zaptel.conf
    1.10 -EOT
    1.11  	depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz
    1.12  }
    1.13  
    1.14 @@ -55,8 +51,3 @@
    1.15  {
    1.16  	depmod -a
    1.17  }
    1.18 -
    1.19 -repack_cleanup()
    1.20 -{
    1.21 -        zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id )
    1.22 -}