wok-stable diff squirrelmail-spamassassin/receipt @ rev 8111
Fixed pcsxr-svn to use the real tar and not busybox tar.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 23 15:36:07 2011 +0000 (2011-01-23) |
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 Sun Jan 23 15:36:07 2011 +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 }