diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-04 23:21:49 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-04 23:21:49 +0000 |
commit | 8f2f3e8136d64875efcf8a05372d344a0152b9ff (patch) | |
tree | 6bd61e8f6f57cccc7b4b98086a687cf9e707311b /packages | |
parent | 6c3e0fd9ced2ccb23678de3c98c46b24b5e0467e (diff) | |
download | pfsense-packages-8f2f3e8136d64875efcf8a05372d344a0152b9ff.tar.gz pfsense-packages-8f2f3e8136d64875efcf8a05372d344a0152b9ff.tar.bz2 pfsense-packages-8f2f3e8136d64875efcf8a05372d344a0152b9ff.zip |
Don't foget to remove pfstat.conf upon package deletion
Diffstat (limited to 'packages')
-rw-r--r-- | packages/pfstat.xml | 5 |
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> |