aboutsummaryrefslogtreecommitdiffstats
path: root/packages/assp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/assp.xml')
-rw-r--r--packages/assp.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/assp.xml b/packages/assp.xml
index 1aa35272..4e4cc14f 100644
--- a/packages/assp.xml
+++ b/packages/assp.xml
@@ -24,7 +24,7 @@
system("/usr/local/etc/rc.d/assp.sh &");
</custom_php_install_command>
<custom_php_deinstall_command>
- system("rm -rf /usr/local/assp");
- system("rm /usr/local/etc/rc.d/assp.sh");
+ rmdir_recursive("/usr/local/assp");
+ unlink_if_exists("/usr/local/etc/rc.d/assp.sh");
</custom_php_deinstall_command>
-</packagegui> \ No newline at end of file
+</packagegui>