diff options
Diffstat (limited to 'packages/assp.xml')
-rw-r--r-- | packages/assp.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/assp.xml b/packages/assp.xml index 37de3548..88c073f7 100644 --- a/packages/assp.xml +++ b/packages/assp.xml @@ -22,4 +22,7 @@ fclose($fout); system("chmod 555 /usr/local/etc/rc.d/assp.sh"); </custom_php_install_command> + <custom_delete_php_command> + system("rm -rf /usr/local/assp"); + </custom_delete_php_command> </packagegui>
\ No newline at end of file |