reorganize git-hooks
[invirt/scripts/git-hooks.git] / post-receive.sub
diff --git a/post-receive.sub b/post-receive.sub
deleted file mode 100644 (file)
index e6987f1..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-file=`mktemp -t git-receive.XXXXXX` || exit $?
-cat >$file
-
-"$PWD"/hooks/zephyr-post-receive <$file
-
-rm -f $file