aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki/bin/post-receive
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki/bin/post-receive')
-rwxr-xr-xikiwiki/bin/post-receive7
1 files changed, 7 insertions, 0 deletions
diff --git a/ikiwiki/bin/post-receive b/ikiwiki/bin/post-receive
new file mode 100755
index 0000000..7411db5
--- /dev/null
+++ b/ikiwiki/bin/post-receive
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+cd ..
+unset GIT_DIR
+
+git checkout -f
+git submodule update --init