aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-05 23:54:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-05 23:54:58 +0000
commitac84757e073e2b0d5d48b7bc26ff78c574f09d9a (patch)
treed1e7d5f054df540a4d3e2305f91e7c928f854a9c
parentb3bbd445f2eae32a243e2d9bbedddca76d3a31d2 (diff)
downloadpfsense-packages-ac84757e073e2b0d5d48b7bc26ff78c574f09d9a.tar.gz
pfsense-packages-ac84757e073e2b0d5d48b7bc26ff78c574f09d9a.tar.bz2
pfsense-packages-ac84757e073e2b0d5d48b7bc26ff78c574f09d9a.zip
unlink spamd.sh
-rw-r--r--packages/spamd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd.xml b/packages/spamd.xml
index 4faf4b7c..6bc68787 100644
--- a/packages/spamd.xml
+++ b/packages/spamd.xml
@@ -162,7 +162,7 @@
mwexec("/usr/local/etc/rc.d/spamd");
</custom_php_install_command>
<custom_php_deinstall_command>
- unlink_if_exists("/usr/local/pkg/spamd*");
+ unlink_if_exists("/usr/local/pkg/spamd.sh");
unlink_if_exists("/usr/local/www/spam*");
</custom_php_deinstall_command>
</packagegui>