Revert previous commit. Our sbuild is not new enough
[invirt/packages/invirt-dev.git] / debian / invirt-dev.postinst
index d5c6961..9c17d85 100755 (executable)
@@ -36,6 +36,14 @@ EOF
         echo "  adduser \$user sbuild"
         echo "to make individual users that will build packages."
         echo "-----"
+
+       invirt-configure-git-hooks || {
+            echo "-----"
+            echo "invirt-dev: Could not configure git hooks."
+           echo "Run 'invirt-configure-git-hooks' once you"
+           echo "have configured your repositories appropriately."
+            echo "-----"
+       }
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)