From: Silvio Rhatto Date: Fri, 7 Aug 2015 16:28:44 +0000 (-0300) Subject: Adds post-update hook to ikiwiki template X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=29c9ddc599a6cc0fe6f10ce15285f39d0d016acf;p=templates.git Adds post-update hook to ikiwiki template --- 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