Update the Invirt git configuration at install-time.
[invirt/packages/invirt-dev.git] / 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