aboutsummaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-05 16:51:33 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-05 16:51:33 -0400
commita4df28f42a96a2412665fc9aeeccc93a160d02f3 (patch)
tree3d3b85d1bdbd451ec63054683afea2b0613cbccd /debian/postinst
parentf1864a64ee7592d54a332fcab27d451f29c7aab6 (diff)
downloadikiwiki-a4df28f42a96a2412665fc9aeeccc93a160d02f3.tar
ikiwiki-a4df28f42a96a2412665fc9aeeccc93a160d02f3.tar.gz
add rebuild handing
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 2ba26e5b6..dd4be6e0e 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=3.1415926
+firstcompat=3.14159266
if [ "$1" = configure ] && \
dpkg --compare-versions "$2" lt "$firstcompat"; then