init script fixes
[hippotat] / debian / hippotat.postinst
... / ...
CommitLineData
1#!/bin/sh
2set -e
3mkdir -p -m700 /etc/hippotat
4adduser --system --group --force-badname --shell=/bin/bash \
5 --home /etc/hippotat Debian-hippotat
6#DEBHELPER#