X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/48178c48ed63f1004e44b2e7850bcef773f0a1e5..651cdd4b2a85f4e5f9d298a7eea7d0e6d94442b1:/debian/postinst?ds=inline

diff --git a/debian/postinst b/debian/postinst
index 90b9e8a42..0a876ae08 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -4,11 +4,11 @@ set -e
 
 # Change this when some incompatible change is made that requires
 # rebuilding all wikis.
-firstcompat=3.20100401
+firstcompat=3.20100424
 
 if [ "$1" = configure ] && \
    dpkg --compare-versions "$2" lt "$firstcompat"; then
 	ikiwiki-mass-rebuild
 else
-	ikiwiki-mass-rebuild -refresh -wrappers
+	ikiwiki-mass-rebuild --refresh --wrappers
 fi