aboutsummaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-08-25 17:27:32 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-08-25 17:27:32 -0400
commit2ef6b15973290619fdcbda2e323dbb50224622cb (patch)
tree76e4f244e3b4a4bf61e30c4e1e2db28f7a200df8 /debian/postinst
parentb3d65aee1822cce5d8612f05c972d8db32721bee (diff)
downloadikiwiki-2ef6b15973290619fdcbda2e323dbb50224622cb.tar
ikiwiki-2ef6b15973290619fdcbda2e323dbb50224622cb.tar.gz
changelog and news file, also make postinst rebuild on upgrade
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 0a836a0b2..2ba26e5b6 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=2.52
+firstcompat=3.1415926
if [ "$1" = configure ] && \
dpkg --compare-versions "$2" lt "$firstcompat"; then