diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-07 13:28:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-07 13:28:44 -0300 |
commit | 29c9ddc599a6cc0fe6f10ce15285f39d0d016acf (patch) | |
tree | 843b5b1057830203202a63cfc63e7becdb79b11e | |
parent | 26658e7ae3087ea32dc3f39a62cf9d1d8394d06e (diff) | |
download | templates-29c9ddc599a6cc0fe6f10ce15285f39d0d016acf.tar.gz templates-29c9ddc599a6cc0fe6f10ce15285f39d0d016acf.tar.bz2 |
Adds post-update hook to ikiwiki template
-rwxr-xr-x | ikiwiki/bin/post-update | 8 |
1 files changed, 8 insertions, 0 deletions
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 |