aboutsummaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-04-06 20:59:45 +0100
committerSimon McVittie <smcv@debian.org>2010-04-06 20:59:45 +0100
commit48178c48ed63f1004e44b2e7850bcef773f0a1e5 (patch)
treee96b3490840cc2cb9d57e39f174373715ffda9a6 /debian/postinst
parentd7e32dc98d7b9b005f983cd6f3321244f25cf6a5 (diff)
downloadikiwiki-48178c48ed63f1004e44b2e7850bcef773f0a1e5.tar
ikiwiki-48178c48ed63f1004e44b2e7850bcef773f0a1e5.tar.gz
Auto-rebuild wikis on upgrade due to the taglink change
debian/NEWS and debian/postinst should be edited before release to have an appropriate version number.
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 bf1825ab7..90b9e8a42 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.20091010
+firstcompat=3.20100401
if [ "$1" = configure ] && \
dpkg --compare-versions "$2" lt "$firstcompat"; then