X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=debian%2Fpostinst;h=76ad115ac0ddc6512832997ea20d66e2d05fc10a;hb=9836bceaa520919530e4311582b4fee2fd5c4e36;hp=9135af7548285142c401de312895ee0f1ebda58d;hpb=29507e94a46d0f2006671d31ac6812ebd0715cee;p=ikiwiki.git diff --git a/debian/postinst b/debian/postinst index 9135af754..76ad115ac 100755 --- a/debian/postinst +++ b/debian/postinst @@ -4,9 +4,11 @@ set -e # Change this when some incompatible change is made that requires # rebuilding all wikis. -firstcompat=1.4 +firstcompat=3.20100424 if [ "$1" = configure ] && \ dpkg --compare-versions "$2" lt "$firstcompat"; then ikiwiki-mass-rebuild +else + ikiwiki-mass-rebuild -refresh -wrappers fi