X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9f401d6617a11efcedda1c956b2ccea061a7540f..6c8f11bd8ee449464d30504aa6130e3fdc8cd979:/debian/postinst

diff --git a/debian/postinst b/debian/postinst
index 76ad115ac..0a876ae08 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -10,5 +10,5 @@ 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