diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-28 20:04:10 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-28 20:04:10 +0000 |
commit | 47df37addf23ddadf7a70e3c580a37093b527f72 (patch) | |
tree | 7d9949f58d5aa1c8fa9bf197c8cf7dc769dbc268 /debian/postinst | |
parent | 27e5cd4496735babcd5341867d9717332bf5e45d (diff) |
rebuild needed due to css changes
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 f7043ecad..006325b4a 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.18 +firstcompat=1.22 if [ "$1" = configure ] && \ dpkg --compare-versions "$2" lt "$firstcompat"; then |