chiark / gitweb /
packaging fixes - really now it installs on xenophobe
[hippotat.git] / debian / hippotat.postinst
index 5cf0fafa2582214bc9de7e092e23625005fdc090..7954152e0e932636eba076e3b340ca5e1e772962 100644 (file)
@@ -2,12 +2,12 @@
 set -e
 
 adduser --system --group --force-badname --shell=/bin/bash \
 set -e
 
 adduser --system --group --force-badname --shell=/bin/bash \
-       --home /etc/hippotat Debian-hippotat
+       --quiet --home /etc/hippotat Debian-hippotat
 
 umask 077
 
 pd=/etc/hippotat/passwords.d
 test -d $pd || \
 
 umask 077
 
 pd=/etc/hippotat/passwords.d
 test -d $pd || \
-install -m750 -o root -g Debian-hippotat $pd
+install -m 750 -o root -g Debian-hippotat -d $pd
 
 #DEBHELPER#
 
 #DEBHELPER#