debian/control: Standards-Version: 4.3.0.1
[git/debian.git] / debian / git-daemon-sysvinit.postinst
blob65270fb2b055036f0566eca2df6dffe5f941224d
1 #!/bin/sh
2 set -e
4 test "$1" != 'configure' || \
5 getent passwd gitdaemon >/dev/null || \
6 adduser --system --home /nonexistent --no-create-home gitdaemon
8 #DEBHELPER#