X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/blobdiff_plain/b137288170a80f490b7468b9315d23f782562568..4962cd0b48fc858c41293ec0a9be0fa9e0785fd0:/debian/invirt-dev.postinst?ds=sidebyside diff --git a/debian/invirt-dev.postinst b/debian/invirt-dev.postinst index f75d229..d9b6b9b 100755 --- a/debian/invirt-dev.postinst +++ b/debian/invirt-dev.postinst @@ -5,23 +5,35 @@ set -e case "$1" in configure) - if [ -z "$2" ]; then + if ! getent passwd repository >/dev/null 2>&1; then adduser --system repository + fi + if ! getent group repo >/dev/null 2>&1; then addgroup --system repo + fi + + if ! getent passwd git >/dev/null 2>&1; then + adduser --system --home /srv/git --shell /usr/bin/git-shell git + fi + + if ! [ -d /srv/git ]; then + mkdir -p /srv/git + fi + + invirt-build-conf - cat >>/etc/sudoers <>/etc/sudoers <