Replace the superrepo hooks with an update hook that rejects all
[invirt/scripts/git-hooks.git] / super / post-receive
diff --git a/super/post-receive b/super/post-receive
deleted file mode 100755 (executable)
index 53bd274..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-file=`mktemp -t git-post-receive.XXXXXX` || exit $?
-cat >$file
-
-"$PWD"/hooks/zephyr-post-receive <$file
-
-rm -f $file