aboutsummaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-26 19:52:25 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-26 19:52:25 +0000
commit89c6564565fa6fbc1bf4eae259d48979eaf9fff4 (patch)
treec0f04bd7baf476f5f236d00fdbb6eadddac6c6f5 /debian/postinst
parent160fd34187a65b046a32ac22df68c9ad11ba109b (diff)
downloadikiwiki-89c6564565fa6fbc1bf4eae259d48979eaf9fff4.tar
ikiwiki-89c6564565fa6fbc1bf4eae259d48979eaf9fff4.tar.gz
* Due to template changes and style sheet changes that depend on them,
wiki rebuilds are recommended on upgrade to this version.
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 0096762cf..3f42a4029 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=1.45
+firstcompat=1.51
if [ "$1" = configure ] && \
dpkg --compare-versions "$2" lt "$firstcompat"; then