wok-stable diff squirrelmail-vkeyboard/receipt @ rev 2010

Up: rp-pppoe (3.10)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 20:42:26 2009 +0100 (2009-01-08)
parents b649ec903494
children cb2efee225ba
line diff
     1.1 --- a/squirrelmail-vkeyboard/receipt	Sun Aug 10 08:15:15 2008 +0000
     1.2 +++ b/squirrelmail-vkeyboard/receipt	Thu Jan 08 20:42:26 2009 +0100
     1.3 @@ -25,14 +25,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-vkeyboard.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 -}