wok-stable diff squirrelmail-msg_flags/receipt @ rev 3002
Add btrfs-progs linux-btrfs
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 11 22:07:59 2009 +0200 (2009-05-11) |
parents | faf3fcbe782b |
children | f81e47267992 |
line diff
1.1 --- a/squirrelmail-msg_flags/receipt Sun Feb 15 22:52:03 2009 +0000 1.2 +++ b/squirrelmail-msg_flags/receipt Mon May 11 22:07:59 2009 +0200 1.3 @@ -26,10 +26,10 @@ 1.4 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php 1.5 } 1.6 1.7 -post_remove() 1.8 +pre_remove() 1.9 { 1.10 ( cd /usr/share/squirrelmail/plugins/$SOURCE 1.11 patch -R -p0 < patches/$SOURCE-squirrelmail-$(. $INSTALLED/squirrelmail/receipt; echo $VERSION).diff ) 1.12 - sed -i "/$PACKAGE/d" $INSTALLED/squirrelmail/modifiers 1.13 + sed -i "/^$PACKAGE\$/d" $INSTALLED/squirrelmail/modifiers 1.14 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php 1.15 }