wok diff squirrelmail-spamassassin/receipt @ rev 5934

netsurf: add missing file.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jul 30 22:41:51 2010 +0200 (2010-07-30)
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	Fri Jul 30 22:41:51 2010 +0200
     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  }