b406e55ccab7b9e628121651c58e41ad81d158b2
[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#