aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/carp.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/carp.xml b/packages/carp.xml
index 67ce9d00..e8b24ac1 100644
--- a/packages/carp.xml
+++ b/packages/carp.xml
@@ -291,8 +291,8 @@
<custom_php_install_command>
</custom_php_install_command>
<custom_php_deinstall_command>
- system("/bin/rm /usr/local/www/carp*");
- system("/bin/rm /usr/local/pkg/pf/carp*");
- system("/bin/rm /usr/local/etc/rc.d/carp*");
+ system("/bin/rm /usr/local/www/carp* 2>/dev/null");
+ system("/bin/rm /usr/local/pkg/pf/carp* 2>/dev/null");
+ system("/bin/rm /usr/local/etc/rc.d/carp* 2>/dev/null");
</custom_php_deinstall_command>
</packagegui>