diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-26 23:17:13 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-26 23:17:13 +0000 |
commit | fae5f06e7ca411cc12152e65c73977d39a593436 (patch) | |
tree | 73087b32ba888931536391fae27518efe282cea9 /packages/spamd.xml | |
parent | 08d73b3af6569a0013f0e836a7b18c79b4a55b3b (diff) | |
download | pfsense-packages-fae5f06e7ca411cc12152e65c73977d39a593436.tar.gz pfsense-packages-fae5f06e7ca411cc12152e65c73977d39a593436.tar.bz2 pfsense-packages-fae5f06e7ca411cc12152e65c73977d39a593436.zip |
Remove extra files after uninstalling spamd
Diffstat (limited to 'packages/spamd.xml')
-rw-r--r-- | packages/spamd.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/spamd.xml b/packages/spamd.xml index 8c59455e..524168b6 100644 --- a/packages/spamd.xml +++ b/packages/spamd.xml @@ -153,5 +153,6 @@ system("/usr/local/etc/rc.d/spamd 2>/dev/null"); </custom_php_install_command> <custom_php_deinstall_command> + system("/bin/rm /usr/local/pkg/spamd* /usr/local/www/spam*"); </custom_php_deinstall_command> </packagegui> |