wok diff phppgadmin/receipt @ rev 2713

Up ffmpeg-dev (18664)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 23 09:39:12 2009 +0200 (2009-04-23)
parents 32fa0b9984a6
children 3d3be71f0d56
line diff
     1.1 --- a/phppgadmin/receipt	Wed Aug 27 18:41:39 2008 +0000
     1.2 +++ b/phppgadmin/receipt	Thu Apr 23 09:39:12 2009 +0200
     1.3 @@ -28,10 +28,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/phppgadmin/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/phppgadmin/ $1/etc/lighttpd/lighttpd.conf; then
    1.14 @@ -72,8 +68,3 @@
    1.15  ------
    1.16  EOT
    1.17  }
    1.18 -
    1.19 -repack_cleanup()
    1.20 -{
    1.21 -        zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id )
    1.22 -}