summaryrefslogtreecommitdiff
path: root/bin/post-update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/post-update')
-rwxr-xr-xbin/post-update16
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/post-update b/bin/post-update
deleted file mode 100755
index 48a6a16..0000000
--- a/bin/post-update
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-cd ..
-unset GIT_DIR
-
-if [ -d ".git/annex" ]; then
- git annex sync
-else
- git reset HEAD
- git checkout -f
-fi
-
-git submodule update --init --recursive
-
-cd -
-exec git update-server-info