wok diff squirrelmail-vkeyboard/receipt @ rev 2213

openssh*: --libexecdir=/usr/sbin (no /usr/libexec)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 11 17:41:17 2009 +0100 (2009-02-11)
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	Wed Feb 11 17:41:17 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 -}