wok diff squirrelmail-spamassassin/receipt @ rev 7847

Add: weechat v0.3.3(from wok-undigest/weechat)
author Liu Peng <rocky@slitaz.org>
date Tue Dec 28 16:11:28 2010 +0000 (2010-12-28)
parents a26ef4925262
children f81e47267992
line diff
     1.1 --- a/squirrelmail-spamassassin/receipt	Sun Feb 15 22:54:18 2009 +0000
     1.2 +++ b/squirrelmail-spamassassin/receipt	Tue Dec 28 16:11:28 2010 +0000
     1.3 @@ -10,6 +10,7 @@
     1.4  WEB_SITE="http://www.squirrelmail.org/"
     1.5  DEPENDS="squirrelmail"
     1.6  WGET_URL="${WEB_SITE}plugins/$TARBALL"
     1.7 +SUGGESTED="spamassassin"
     1.8  
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
    1.11 @@ -23,7 +24,7 @@
    1.12  	echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
    1.13  }
    1.14  
    1.15 -post_remove()
    1.16 +pre_remove()
    1.17  {
    1.18  	sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
    1.19  }