1 ## arg 1: the new package version
2 ## arg 2: the old package version
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.
10 # vim:set ts=2 sw=2 ft=sh et: