diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/squid.xml | 3 |
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> |