Daniel Baumann | 74d7dd5 | 2010-10-18 11:53:58 +0200 | [diff] [blame] | 1 | #!/bin/sh |
2 | set -e | ||||
3 | |||||
Anders Kaseorg | a9d5fad | 2016-08-20 03:37:15 -0400 | [diff] [blame] | 4 | test "$1" != 'configure' || \ |
Daniel Baumann | 74d7dd5 | 2010-10-18 11:53:58 +0200 | [diff] [blame] | 5 | getent passwd gitdaemon >/dev/null || \ |
6 | adduser --system --home /nonexistent --no-create-home gitdaemon | ||||
7 | |||||
Anders Kaseorg | a9d5fad | 2016-08-20 03:37:15 -0400 | [diff] [blame] | 8 | #DEBHELPER# |