aboutsummaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-04-22 00:28:58 -0400
committerJoey Hess <joey@kitenet.net>2010-04-22 00:28:58 -0400
commit0db4d920aafa0c7a6b53c59e2605230134ed45eb (patch)
tree3ec89e1b45d363144ac77fd666fe51d674f21bd1 /debian/postinst
parent738bd2fa1fef83f5624b06c00577ffe4c5a3245d (diff)
downloadikiwiki-0db4d920aafa0c7a6b53c59e2605230134ed45eb.tar
ikiwiki-0db4d920aafa0c7a6b53c59e2605230134ed45eb.tar.gz
force rebuild from pre 20100422
to ensure those wrong massive depends_simple don't linger on systems that rebuilt for the other reasons already
Diffstat (limited to 'debian/postinst')
-rwxr-xr-xdebian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index fa0591153..810b7cfe0 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -4,7 +4,7 @@ set -e
# Change this when some incompatible change is made that requires
# rebuilding all wikis.
-firstcompat=3.20100410
+firstcompat=3.20100422
if [ "$1" = configure ] && \
dpkg --compare-versions "$2" lt "$firstcompat"; then