From aa16880294e946a477ab1ff87b86c3fd8b865987 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 8 Apr 2017 19:53:57 +0100 Subject: [PATCH] packaging: create the user Signed-off-by: Ian Jackson --- debian/hippotat.postinst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 debian/hippotat.postinst 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 -- 2.11.0