wok diff squirrelmail/receipt @ rev 2510

qemu: update depends
author Julien Rabier <taziden@slitaz.org>
date Mon Mar 16 16:44:07 2009 +0100 (2009-03-16)
parents ff7fba94d312
children cf404562b727
line diff
     1.1 --- a/squirrelmail/receipt	Tue Oct 14 14:03:27 2008 +0000
     1.2 +++ b/squirrelmail/receipt	Mon Mar 16 16:44:07 2009 +0100
     1.3 @@ -47,11 +47,6 @@
     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.php
    1.10 -etc/squirrelmail/config_local.php
    1.11 -EOT
    1.12  	#echo "Update /short_open_tag in /etc/php.ini"
    1.13  	#sed -i 's/^short_open_tag.*/short_open_tag = On/' /etc/php.ini
    1.14  	if [ -f $1/etc/lighttpd/lighttpd.conf ]; then
    1.15 @@ -86,8 +81,3 @@
    1.16  		fi
    1.17  	fi
    1.18  }
    1.19 -
    1.20 -repack_cleanup()
    1.21 -{
    1.22 -        zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id )
    1.23 -}