summaryrefslogtreecommitdiff
path: root/www/squid27
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-03-13 14:34:05 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-03-13 14:34:05 +0000
commitedbd395b42778fe3d7d0dff615b13fb826706053 (patch)
tree09faa3f1c4edb12a38e10331d0eb9a9b2276df20 /www/squid27
parentFixed package list for option milter, (diff)
Try to remove ${LOCALBASE}/squid at deinstall time, if it is empty.
Reported by: bento logs
Notes
Notes: svn path=/head/; revision=39751
Diffstat (limited to 'www/squid27')
-rw-r--r--www/squid27/pkg-plist3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/squid27/pkg-plist b/www/squid27/pkg-plist
index 78971cf73940..ba5a312069c2 100644
--- a/www/squid27/pkg-plist
+++ b/www/squid27/pkg-plist
@@ -68,3 +68,6 @@ sbin/client
sbin/squid
@exec mkdir -p %D/squid/cache
@exec mkdir -p %D/squid/logs
+@unexec rmdir %D/squid/cache 2>/dev/null || true
+@unexec rmdir %D/squid/logs 2>/dev/null || true
+@unexec rmdir %D/squid 2>/dev/null || true