aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-04 23:21:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-04 23:21:49 +0000
commit8f2f3e8136d64875efcf8a05372d344a0152b9ff (patch)
tree6bd61e8f6f57cccc7b4b98086a687cf9e707311b
parent6c3e0fd9ced2ccb23678de3c98c46b24b5e0467e (diff)
downloadpfsense-packages-8f2f3e8136d64875efcf8a05372d344a0152b9ff.tar.gz
pfsense-packages-8f2f3e8136d64875efcf8a05372d344a0152b9ff.tar.bz2
pfsense-packages-8f2f3e8136d64875efcf8a05372d344a0152b9ff.zip
Don't foget to remove pfstat.conf upon package deletion
-rw-r--r--packages/pfstat.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/pfstat.xml b/packages/pfstat.xml
index b025cea1..4c0d158d 100644
--- a/packages/pfstat.xml
+++ b/packages/pfstat.xml
@@ -216,10 +216,11 @@
system("/usr/bin/killall cron 2>/dev/null");
system("/usr/sbin/cron 2>/dev/null");
</custom_php_install_command>
+ <custom_php_deinstall_command>
+ system("rm /usr/local/etc/pfstat*");
+ </custom_php_deinstall_command>
<!--
<custom_php_install_command>
</custom_php_install_command>
- <custom_php_deinstall_command>
- </custom_php_deinstall_command>
-->
</packagegui>