diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-08-01 21:04:25 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-08-01 21:04:25 +0000 |
commit | 61853db8d68cc49d3f32856ecc48026a66741261 (patch) | |
tree | d37eeb5dcfee047abcab91ff87264e71d5c83049 /packages/squid.xml | |
parent | b02393e10a41fd9ef7a348d1d815628f111540f9 (diff) | |
download | pfsense-packages-61853db8d68cc49d3f32856ecc48026a66741261.tar.gz pfsense-packages-61853db8d68cc49d3f32856ecc48026a66741261.tar.bz2 pfsense-packages-61853db8d68cc49d3f32856ecc48026a66741261.zip |
Resync after installation.
Diffstat (limited to 'packages/squid.xml')
-rw-r--r-- | packages/squid.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/packages/squid.xml b/packages/squid.xml index 48ee1b11..d97ddbf3 100644 --- a/packages/squid.xml +++ b/packages/squid.xml @@ -31,12 +31,6 @@ <prefix>/usr/local/etc/rc.d/</prefix> <chmod>0755</chmod> </additional_files_needed> - <custom_php_install_command> - squid_install_command(); - </custom_php_install_command> - <custom_php_deinstall_command> - squid_deinstall_command(); - </custom_php_deinstall_command> <menu> <name>Proxy server</name> <tooltiptext>Modify the proxy server's settings</tooltiptext> @@ -163,4 +157,11 @@ <custom_php_resync_config_command> squid_resync(); </custom_php_resync_config_command> + <custom_php_install_command> + squid_install_command(); + squid_resync(); + </custom_php_install_command> + <custom_php_deinstall_command> + squid_deinstall_command(); + </custom_php_deinstall_command> </packagegui> |