X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/blobdiff_plain/abc36100a14abd2187ec4396bcc49e8313ce3fb3..743d41d9bdd4c87d5a24fd13ace415b9a33a271f:/debian/invirt-dev.postinst

diff --git a/debian/invirt-dev.postinst b/debian/invirt-dev.postinst
index 3574e88..d9b6b9b 100755
--- a/debian/invirt-dev.postinst
+++ b/debian/invirt-dev.postinst
@@ -15,6 +15,12 @@ case "$1" in
 	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 <<EOF
 ### BEGIN invirt-dev