diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-26 19:52:25 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-26 19:52:25 +0000 |
commit | 89c6564565fa6fbc1bf4eae259d48979eaf9fff4 (patch) | |
tree | c0f04bd7baf476f5f236d00fdbb6eadddac6c6f5 /debian/postinst | |
parent | 160fd34187a65b046a32ac22df68c9ad11ba109b (diff) |
* 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-x | debian/postinst | 2 |
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 |