diff options
author | bkw <bkw> | 2005-04-10 19:49:48 +0000 |
---|---|---|
committer | bkw <bkw> | 2005-04-10 19:49:48 +0000 |
commit | 9bb1f65a5d11e33ec0b384b5b1906113f7df714c (patch) | |
tree | 6a6e072e1a8bc68f837936441c12574e100ff0fc /packages | |
parent | 7c513023df502ca29c35f239ecab631fba30579d (diff) | |
download | pfsense-packages-9bb1f65a5d11e33ec0b384b5b1906113f7df714c.tar.gz pfsense-packages-9bb1f65a5d11e33ec0b384b5b1906113f7df714c.tar.bz2 pfsense-packages-9bb1f65a5d11e33ec0b384b5b1906113f7df714c.zip |
cleanup
Diffstat (limited to 'packages')
-rw-r--r-- | packages/squidGuard.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/squidGuard.xml b/packages/squidGuard.xml index d48c8433..8622bfe7 100644 --- a/packages/squidGuard.xml +++ b/packages/squidGuard.xml @@ -33,8 +33,6 @@ mwexec("/bin/chmod -R 755 /var/db/squidGuard"); system("/usr/local/sbin/squid -k reconfigure"); </custom_php_install_command> - <custom_php_pre_deinstall_command> - </custom_php_pre_deinstall_command> <custom_php_deinstall_command> unlink_if_exists("/var/log/squidGuard.log"); rmdir_recursive("/var/db/squidGuard"); |