aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/pfstat.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/pfstat.xml b/packages/pfstat.xml
index f9dd2d4b..e827d8e2 100644
--- a/packages/pfstat.xml
+++ b/packages/pfstat.xml
@@ -236,8 +236,8 @@
system("/usr/sbin/cron 2>/dev/null");
</custom_php_install_command>
<custom_php_deinstall_command>
- system("rm /usr/local/etc/pfstat*");
- system("rm -rf /usr/local/www/pfstat*");
+ system("rm /usr/local/etc/pfstat 2>/dev/null");
+ system("rm -rf /usr/local/www/pfstat* 2>/dev/null");
</custom_php_deinstall_command>
<!--
<custom_php_install_command>