summaryrefslogtreecommitdiff
path: root/debian/ick2.postinst
blob: 389899f40edeca1e8b7cabe19614176d312d9416 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Copyright 2017 Lars Wirzenius

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#