diff options
-rw-r--r-- | config/darkstat/darkstat.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/darkstat/darkstat.xml b/config/darkstat/darkstat.xml index 7385048d..f1e5d37c 100644 --- a/config/darkstat/darkstat.xml +++ b/config/darkstat/darkstat.xml @@ -106,4 +106,7 @@ <custom_php_resync_config_command> sync_package_darkstat(); </custom_php_resync_config_command> + <custom_php_deinstall_command> + exec("rm -f /usr/local/etc/rc.d/darkstat.sh"); + </custom_php_deinstall_command> </packagegui> |