summaryrefslogtreecommitdiff
path: root/debian/ick2.postinst
blob: b429951e75401bf498626acf305a905257da25ed (plain)
1
2
3
4
5
6
7
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#