wok-6.x diff phppgadmin/receipt @ rev 3110
Add google-apps (desktop files and icons)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 17 23:59:22 2009 +0200 (2009-05-17) |
parents | 32fa0b9984a6 |
children | 3d3be71f0d56 |
line diff
1.1 --- a/phppgadmin/receipt Wed Aug 27 18:41:39 2008 +0000 1.2 +++ b/phppgadmin/receipt Sun May 17 23:59:22 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 -}