wok-stable diff squirrelmail-multilogin/receipt @ rev 2214

Add menu-cache (will be used by next lxpanel release)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 11 17:45:18 2009 +0100 (2009-02-11)
parents ce9ca92103e0
children cb2efee225ba
line diff
     1.1 --- a/squirrelmail-multilogin/receipt	Sun Aug 10 09:59:02 2008 +0000
     1.2 +++ b/squirrelmail-multilogin/receipt	Wed Feb 11 17:45:18 2009 +0100
     1.3 @@ -27,18 +27,9 @@
     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-multilogin.php
    1.10 -EOT
    1.11  	chown www $1/var/lib/squirrelmail/slitaz.org/data
    1.12  	( cd $1/usr/share/squirrelmail/plugins/multilogin
    1.13  	  patch -p0 < patches/multilogin-squirrelmail-$(. $1/$INSTALLED/squirrelmail/receipt; echo $VERSION).diff )
    1.14  	echo "$PACKAGE" >> $1/$INSTALLED/squirrelmail/modifiers
    1.15  	echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
    1.16  }
    1.17 -
    1.18 -repack_cleanup()
    1.19 -{
    1.20 -        zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id )
    1.21 -}