diff options
-rw-r--r-- | packages/assp.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/assp.xml b/packages/assp.xml index bb3b8a39..8cb63597 100644 --- a/packages/assp.xml +++ b/packages/assp.xml @@ -25,5 +25,6 @@ </custom_php_install_command> <custom_php_deinstall_command> system("rm -rf /usr/local/assp"); + system("rm /usr/local/assp/etc/rc.d/assp.sh"); </custom_php_deinstall_command> </packagegui>
\ No newline at end of file |