diff options
Diffstat (limited to 'packages/pfstat.xml')
-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> |