aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-30 01:15:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-30 01:15:06 +0000
commit010c07053477b3b89ec57362316c4c36636294d9 (patch)
tree34ea8b62851436a78bfab91d18e6a3fb29910a6e
parenta6f53d152a15265d14c44e3e0ec0d5306c2e8487 (diff)
downloadpfsense-packages-010c07053477b3b89ec57362316c4c36636294d9.tar.gz
pfsense-packages-010c07053477b3b89ec57362316c4c36636294d9.tar.bz2
pfsense-packages-010c07053477b3b89ec57362316c4c36636294d9.zip
Remove squid and squid* on install and deinstall
-rw-r--r--packages/squid.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/squid.xml b/packages/squid.xml
index 9ae34364..40b44190 100644
--- a/packages/squid.xml
+++ b/packages/squid.xml
@@ -161,14 +161,17 @@
</custom_php_validation_command>
<custom_php_resync_config_command>
squid_resync();
+ exec("/bin/rm -f /usr/local/etc/rc.d/squid");
</custom_php_resync_config_command>
<custom_php_install_command>
update_status("Checking Squid cache... One moment please...");
update_output_window("This operation may take quite some time, please be patient.");
squid_install_command();
squid_resync();
+ exec("/bin/rm -f /usr/local/etc/rc.d/squid");
</custom_php_install_command>
<custom_php_deinstall_command>
squid_deinstall_command();
+ exec("/bin/rm -f /usr/local/etc/rc.d/squid*");
</custom_php_deinstall_command>
</packagegui>