summaryrefslogtreecommitdiffstats
path: root/extra/squid/squid.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/squid/squid.post-install')
-rw-r--r--extra/squid/squid.post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/squid/squid.post-install b/extra/squid/squid.post-install
new file mode 100644
index 000000000..88df6d26f
--- /dev/null
+++ b/extra/squid/squid.post-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+chown squid:squid /var/cache/squid /var/log/squid
+exit 0
+