diff options
Diffstat (limited to 'packages/stunnel.xml')
-rw-r--r-- | packages/stunnel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/stunnel.xml b/packages/stunnel.xml index 253da369..581c5971 100644 --- a/packages/stunnel.xml +++ b/packages/stunnel.xml @@ -83,8 +83,8 @@ system("chmod 555 /usr/local/etc/rc.d/stunnel.sh"); </custom_php_install_command> <custom_php_deinstall_command> - system("rm -rf /var/tmp/stunnel 2>/dev/null"); - system("rm -rf /usr/local/etc/stunnel*"); + rmdir_recursive("/var/tmp/stunnel"); + rmdir_recursive("/usr/local/etc/stunnel*"); </custom_php_deinstall_command> <custom_add_php_command_late> conf_mount_rw(); |