X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Fhippotat-common.postinst;fp=debian%2Fhippotat-common.postinst;h=96768d94b9e5f91cd99d54a1816e181de32c80e1;hb=7496817640503058180e40829985a162b17ae66f;hp=c7d2bb071847d4116453860e573606905270e944;hpb=b93c04dc4483d3b84b2ce973865bdf77fbe5f599;p=hippotat.git diff --git a/debian/hippotat-common.postinst b/debian/hippotat-common.postinst index c7d2bb0..96768d9 100644 --- a/debian/hippotat-common.postinst +++ b/debian/hippotat-common.postinst @@ -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#