summaryrefslogtreecommitdiff
path: root/debian/ick2.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/ick2.postinst')
-rw-r--r--debian/ick2.postinst8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/ick2.postinst b/debian/ick2.postinst
new file mode 100644
index 0000000..b429951
--- /dev/null
+++ b/debian/ick2.postinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -eu
+
+# Create the log directory with the right ownership and permissions.
+install -d -m 0755 -o www-data -g www-data /var/log/ick2
+
+#DEBHELPER#