From b2bd2e93f01979df1a25e6f349022103bc20339a Mon Sep 17 00:00:00 2001 From: Amitai Schlair Date: Thu, 10 Sep 2009 17:34:52 -0400 Subject: Revivify unixauth and rsync plugins (and hook needed by rsync) lost in the last merge. I should really put each feature on its own git branch. --- IkiWiki/Render.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'IkiWiki/Render.pm') diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index 246c2260d..5953b3fee 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -554,6 +554,7 @@ sub refresh () { if (%rendered) { run_hooks(change => sub { shift->(keys %rendered) }); } + run_hooks(postrefresh => sub { shift->() }); } sub commandline_render () { -- cgit v1.2.3