Update the Invirt git configuration at install-time.
authorEvan Broder <broder@mit.edu>
Sat, 5 Dec 2009 21:12:50 +0000 (16:12 -0500)
committerEvan Broder <broder@mit.edu>
Sat, 5 Dec 2009 21:12:50 +0000 (16:12 -0500)
svn path=/trunk/packages/invirt-dev/; revision=2581

debian/invirt-dev.postinst

index 3574e88..55bff25 100755 (executable)
@@ -15,6 +15,8 @@ case "$1" in
        if ! getent passwd git >/dev/null 2>&1; then
            adduser --system --home /srv/git --shell /usr/bin/git-shell git
        fi
+
+       invirt-build-conf
             
         cat >>/etc/sudoers <<EOF
 ### BEGIN invirt-dev