summaryrefslogtreecommitdiffstats
path: root/debian/git-daemon-sysvinit.postinst
blob: 65270fb2b055036f0566eca2df6dffe5f941224d (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

test "$1" != 'configure' || \
getent passwd gitdaemon >/dev/null || \
  adduser --system --home /nonexistent --no-create-home gitdaemon

#DEBHELPER#