diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2014-03-19 19:58:29 +0100 |
---|---|---|
committer | PiBa-NL <pba_2k3@yahoo.com> | 2014-03-19 19:58:29 +0100 |
commit | 31437f55c58e9e922afeb5df7b7aad6d23e3e58c (patch) | |
tree | bed5da7bbd6eac18107a51082dfa72e9a779c3ca /config/haproxy-devel/haproxy.inc | |
parent | b364f1dc126b549b243f81dd087ee2e345a1eb2c (diff) | |
download | pfsense-packages-31437f55c58e9e922afeb5df7b7aad6d23e3e58c.tar.gz pfsense-packages-31437f55c58e9e922afeb5df7b7aad6d23e3e58c.tar.bz2 pfsense-packages-31437f55c58e9e922afeb5df7b7aad6d23e3e58c.zip |
haproxy-devel, deleting package files mentioned in additional_files_needed is automatically done in pfSense 2.1
Diffstat (limited to 'config/haproxy-devel/haproxy.inc')
-rw-r--r-- | config/haproxy-devel/haproxy.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/haproxy-devel/haproxy.inc b/config/haproxy-devel/haproxy.inc index 0c59a03d..0956e438 100644 --- a/config/haproxy-devel/haproxy.inc +++ b/config/haproxy-devel/haproxy.inc @@ -241,8 +241,6 @@ function haproxy_custom_php_deinstall_command() { update_output_window($static_output); $static_output .= "HAProxy, deleting haproxy webgui\n"; update_output_window($static_output); - exec("rm /usr/local/pkg/haproxy*"); - exec("rm /usr/local/www/haproxy*"); exec("rm /usr/local/etc/rc.d/haproxy.sh"); $static_output .= "HAProxy, installing cron job if needed\n"; update_output_window($static_output); |