upgpkg: ocaml-integers 0.5.0-1
[arch-packages.git] / bind / trunk / bind.install
blob8cf5b161e71bf290ac4ac6316cdc765d57340a7e
1 ## arg 1:  the new package version
2 ## arg 2:  the old package version
3 post_upgrade() {
4   (( $(vercmp "$2" '9.14.8-2') > 0 )) || cat <<EOF
5 ==> Switched to geoip2 databases.
6 ==> Remember to update your configuration if you use geoip features.
7 EOF
10 # vim:set ts=2 sw=2 ft=sh et: