wok diff squirrelmail-quota/receipt @ rev 2153

Up: wireshark (1.0.5)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 05 21:07:52 2009 +0100 (2009-02-05)
parents 133b21aade72
children cb2efee225ba
line diff
     1.1 --- a/squirrelmail-quota/receipt	Sun Aug 10 10:45:55 2008 +0000
     1.2 +++ b/squirrelmail-quota/receipt	Thu Feb 05 21:07:52 2009 +0100
     1.3 @@ -27,14 +27,5 @@
     1.4  
     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/squirrelmail/config-quota.php
    1.10 -EOT
    1.11  	echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
    1.12  }
    1.13 -
    1.14 -repack_cleanup()
    1.15 -{
    1.16 -        zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id )
    1.17 -}