wok-stable diff phpmyadmin/receipt @ rev 2004

Up: sakura (2.3.2)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 20:25:10 2009 +0100 (2009-01-08)
parents 32fa0b9984a6
children 942b862caa4b
line diff
     1.1 --- a/phpmyadmin/receipt	Wed Aug 27 18:41:39 2008 +0000
     1.2 +++ b/phpmyadmin/receipt	Thu Jan 08 20:25:10 2009 +0100
     1.3 @@ -34,10 +34,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/phpmyadmin/config.inc.php
    1.10 -EOT
    1.11  	# Configure lighttpd server
    1.12  	if [ -f $1/etc/lighttpd/lighttpd.conf ]; then
    1.13  		if ! grep -q /usr/share/phpmyadmin/ $1/etc/lighttpd/lighttpd.conf; then
    1.14 @@ -72,8 +68,3 @@
    1.15  		fi
    1.16  	fi
    1.17  }
    1.18 -
    1.19 -repack_cleanup()
    1.20 -{
    1.21 -        zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id )
    1.22 -}