aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/squid.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/squid.xml b/packages/squid.xml
index bc618efe..7af37088 100644
--- a/packages/squid.xml
+++ b/packages/squid.xml
@@ -51,7 +51,8 @@
filter_configure();
exec("mv /tmp/squid* /var/db/pkg/");
</custom_php_pre_deinstall_command>
- <custom_php_deinstall_command>
+ <custom_php_deinstall_command>
+ exec("/bin/rm -rf /usr/local/squid");
</custom_php_deinstall_command>
<start_command>/usr/local/sbin/squid</start_command>
<process_kill_command>squid</process_kill_command>