chiark / gitweb /
packaging: move #DEBHELPER# to before we umask, just in case
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Sep 2022 16:24:48 +0000 (17:24 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Sep 2022 16:24:48 +0000 (17:24 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/hippotat-common.postinst

index c7d2bb071847d4116453860e573606905270e944..96768d94b9e5f91cd99d54a1816e181de32c80e1 100644 (file)
@@ -1,6 +1,8 @@
 #!/bin/sh
 set -e
 
+#DEBHELPER#
+
 adduser --system --group --force-badname --shell=/bin/bash \
        --quiet --home /etc/hippotat _hippotat
 
@@ -9,5 +11,3 @@ umask 077
 pd=/etc/hippotat/secrets.d
 test -d $pd || \
 install -m 750 -o root -g Debian-hippotat -d $pd
-
-#DEBHELPER#