summarylogtreecommitdiffstats
path: root/bind.install
blob: 144156898e5a51c56aae419292a4e008e70e1eb8 (plain)
1
2
3
4
5
6
7
8
9
10
## arg 1:  the new package version
## arg 2:  the old package version
post_upgrade() {
  (( $(vercmp "$2" '9.14.1-1') > 0 )) || cat <<EOF
==> Switched to geoip2 databases.
==> Remember to update your configuration if you use geoip features.
EOF
}

# vim:set ts=2 sw=2 ft=sh et: