diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-06 21:17:53 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-06 21:17:53 +0000 |
commit | 142a8b619d8725362ab7c0b4e6ece0ebd16b7ea0 (patch) | |
tree | f4b66a40cd2e18ced4718b3b8ccfae024a028123 | |
parent | 1a3508b4b6060842416c6f3bf73a445076ab0835 (diff) | |
download | pfsense-packages-142a8b619d8725362ab7c0b4e6ece0ebd16b7ea0.tar.gz pfsense-packages-142a8b619d8725362ab7c0b4e6ece0ebd16b7ea0.tar.bz2 pfsense-packages-142a8b619d8725362ab7c0b4e6ece0ebd16b7ea0.zip |
Delete /usr/local/etc/pure* on deinstall
-rw-r--r-- | packages/pure-ftpd.xml | 1 |
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 = ""; |