diff options
author | bkw <bkw> | 2005-04-05 19:52:07 +0000 |
---|---|---|
committer | bkw <bkw> | 2005-04-05 19:52:07 +0000 |
commit | 08c7cb1bb82d5f0f1636af10615acaa47199b149 (patch) | |
tree | 0afbd1da547add56be43d41fd2ab80df9e195d6f | |
parent | 5683ef672723c57c789ffddafe38447eb79f3397 (diff) | |
download | pfsense-packages-08c7cb1bb82d5f0f1636af10615acaa47199b149.tar.gz pfsense-packages-08c7cb1bb82d5f0f1636af10615acaa47199b149.tar.bz2 pfsense-packages-08c7cb1bb82d5f0f1636af10615acaa47199b149.zip |
cleanup and ) added
-rw-r--r-- | packages/squidGuard.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/squidGuard.xml b/packages/squidGuard.xml index 67abff0e..714be38c 100644 --- a/packages/squidGuard.xml +++ b/packages/squidGuard.xml @@ -39,8 +39,8 @@ <custom_php_pre_deinstall_command> </custom_php_pre_deinstall_command> <custom_php_deinstall_command> - mwexec("/bin/rm -rf /var/log/squidGuard.lovar/log/squidGuard.log - mwexec("/bin/rm -rf /var/db/squidGuard"); + unlink_if_exists("/var/log/squidGuard.log"); + rmdir_recursive("/var/db/squidGuard"); sync_package("squid"); system("/usr/local/sbin/squid -k reconfigure"); </custom_php_deinstall_command> |