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