aboutsummaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-28 20:04:10 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-28 20:04:10 +0000
commit47df37addf23ddadf7a70e3c580a37093b527f72 (patch)
tree7d9949f58d5aa1c8fa9bf197c8cf7dc769dbc268 /debian/postinst
parent27e5cd4496735babcd5341867d9717332bf5e45d (diff)
downloadikiwiki-47df37addf23ddadf7a70e3c580a37093b527f72.tar
ikiwiki-47df37addf23ddadf7a70e3c580a37093b527f72.tar.gz
rebuild needed due to css changes
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 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