wok-4.x diff squirrelmail/receipt @ rev 3772
Update: commoncpp2 (DEPENDS)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Wed Jul 29 16:48:00 2009 +0000 (2009-07-29) |
parents | ff7fba94d312 |
children | cf404562b727 |
line diff
1.1 --- a/squirrelmail/receipt Tue Oct 14 14:03:27 2008 +0000 1.2 +++ b/squirrelmail/receipt Wed Jul 29 16:48:00 2009 +0000 1.3 @@ -47,11 +47,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/squirrelmail/config.php 1.10 -etc/squirrelmail/config_local.php 1.11 -EOT 1.12 #echo "Update /short_open_tag in /etc/php.ini" 1.13 #sed -i 's/^short_open_tag.*/short_open_tag = On/' /etc/php.ini 1.14 if [ -f $1/etc/lighttpd/lighttpd.conf ]; then 1.15 @@ -86,8 +81,3 @@ 1.16 fi 1.17 fi 1.18 } 1.19 - 1.20 -repack_cleanup() 1.21 -{ 1.22 - zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id ) 1.23 -}