wok-current diff squirrelmail-quota/receipt @ rev 2058
Up lua (5.1.4), thanks mimas
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jan 21 10:34:09 2009 +0000 (2009-01-21) |
parents | 133b21aade72 |
children | cb2efee225ba |
line diff
1.1 --- a/squirrelmail-quota/receipt Sun Aug 10 10:45:55 2008 +0000 1.2 +++ b/squirrelmail-quota/receipt Wed Jan 21 10:34:09 2009 +0000 1.3 @@ -27,14 +27,5 @@ 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-quota.php 1.10 -EOT 1.11 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php 1.12 } 1.13 - 1.14 -repack_cleanup() 1.15 -{ 1.16 - zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id ) 1.17 -}