From: Ian Jackson Date: Sat, 8 Apr 2017 18:53:57 +0000 (+0100) Subject: packaging: create the user X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/commitdiff_plain/aa16880294e946a477ab1ff87b86c3fd8b865987 packaging: create the user Signed-off-by: Ian Jackson --- diff --git a/debian/hippotat.postinst b/debian/hippotat.postinst new file mode 100644 index 0000000..a223771 --- /dev/null +++ b/debian/hippotat.postinst @@ -0,0 +1,6 @@ +#!/bin/sh +set -e +#DEBHELPER# +mkdir -p -m700 /etc/hippotat +adduser --system --group --force-badname --shell=/bin/bash \ + --home /etc/hippotat Debian-hippotat