From c20c4066311341e332dc425023f856b6414de9ae Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 27 May 2006 19:04:46 +0000 Subject: * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades that do not need a full rebuild, in order to update any basewiki pages. --- debian/postinst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst index 9135af754..72b457716 100755 --- a/debian/postinst +++ b/debian/postinst @@ -9,4 +9,6 @@ firstcompat=1.4 if [ "$1" = configure ] && \ dpkg --compare-versions "$2" lt "$firstcompat"; then ikiwiki-mass-rebuild +else + ikiwiki-mass-rebuild -refresh fi -- cgit v1.2.3