add refresh hook

master
Joey Hess 2008-01-29 13:08:32 -05:00
parent 95c5cbc721
commit e1ce482e41
1 changed files with 2 additions and 0 deletions

View File

@ -260,6 +260,8 @@ sub refresh () { #{{{
}
}
run_hooks(refresh => sub { shift->() });
# find existing pages
my %exists;
my @files;