From 29c9ddc599a6cc0fe6f10ce15285f39d0d016acf Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Aug 2015 13:28:44 -0300 Subject: Adds post-update hook to ikiwiki template --- ikiwiki/bin/post-update | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 ikiwiki/bin/post-update (limited to 'ikiwiki') diff --git a/ikiwiki/bin/post-update b/ikiwiki/bin/post-update new file mode 100755 index 0000000..3098dab --- /dev/null +++ b/ikiwiki/bin/post-update @@ -0,0 +1,8 @@ +#!/bin/sh + +cd .. +unset GIT_DIR +git annex sync + +cd - +exec git update-server-info -- cgit v1.2.3