wok diff phpmyadmin/receipt @ rev 1975

Add compcache
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 03 12:12:15 2009 +0000 (2009-01-03)
parents 32fa0b9984a6
children 942b862caa4b
line diff
     1.1 --- a/phpmyadmin/receipt	Wed Aug 27 18:41:39 2008 +0000
     1.2 +++ b/phpmyadmin/receipt	Sat Jan 03 12:12:15 2009 +0000
     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 -}