diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-05 16:51:33 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-05 16:51:33 -0400 |
commit | a4df28f42a96a2412665fc9aeeccc93a160d02f3 (patch) | |
tree | 3d3b85d1bdbd451ec63054683afea2b0613cbccd /debian/postinst | |
parent | f1864a64ee7592d54a332fcab27d451f29c7aab6 (diff) |
add rebuild handing
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 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 |