]> sipb.mit.edu Git - ikiwiki.git/blobdiff - debian/postinst
Auto-rebuild wikis on upgrade due to the taglink change
[ikiwiki.git] / debian / postinst
index 9135af7548285142c401de312895ee0f1ebda58d..90b9e8a421dd0e8d1a89d0eee173df1c9417624f 100755 (executable)
@@ -4,9 +4,11 @@ set -e
 
 # Change this when some incompatible change is made that requires
 # rebuilding all wikis.
-firstcompat=1.4
+firstcompat=3.20100401
 
 if [ "$1" = configure ] && \
    dpkg --compare-versions "$2" lt "$firstcompat"; then
        ikiwiki-mass-rebuild
+else
+       ikiwiki-mass-rebuild -refresh -wrappers
 fi