wok diff squirrelmail-vkeyboard/receipt @ rev 2176

Add h8300-binutils, h8300-gcc3 and h8300-gdb (thanks Matthew)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 08 16:52:33 2009 +0000 (2009-02-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	Sun Feb 08 16:52:33 2009 +0000
     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 -}