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