aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-06 21:17:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-06 21:17:53 +0000
commit142a8b619d8725362ab7c0b4e6ece0ebd16b7ea0 (patch)
treef4b66a40cd2e18ced4718b3b8ccfae024a028123 /packages
parent1a3508b4b6060842416c6f3bf73a445076ab0835 (diff)
downloadpfsense-packages-142a8b619d8725362ab7c0b4e6ece0ebd16b7ea0.tar.gz
pfsense-packages-142a8b619d8725362ab7c0b4e6ece0ebd16b7ea0.tar.bz2
pfsense-packages-142a8b619d8725362ab7c0b4e6ece0ebd16b7ea0.zip
Delete /usr/local/etc/pure* on deinstall
Diffstat (limited to 'packages')
-rw-r--r--packages/pure-ftpd.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/pure-ftpd.xml b/packages/pure-ftpd.xml
index 290e80fc..175c8709 100644
--- a/packages/pure-ftpd.xml
+++ b/packages/pure-ftpd.xml
@@ -71,6 +71,7 @@
</custom_php_install_command>
<custom_deinstall_php_command>
mwexec("/usr/bin/killall pure-ftpd");
+ system("rm -rf /usr/local/etc/pure*");
</custom_deinstall_php_command>
<custom_add_php_command>
$expires = "";