From e835cd8d5dece7ff0183ede9df5b627494ed848b Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 7 Apr 2019 00:11:33 -0400 Subject: Import Debian changes 1.1.5-0vanir1 hopm (1.1.5-0vanir1) unstable; urgency=medium * Initial release. --- debian/postinst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/postinst (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 0000000..412cc54 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,21 @@ +#!/bin/sh + +set -e + +case "$1" in + configure) + chown irc:adm /var/log/hopm + chgrp irc /etc/hopm/hopm.conf + chmod g+r,o-rwx /etc/hopm/hopm.conf + ;; + abort-upgrade|abort-remove|abort-deconfigure) + ;; + *) + echo "ERROR: Postinst called with unknown argument!" + exit 0 + ;; +esac + +#DEBHELPER# + +exit 0 -- cgit v1.2.3