jobextra/bind/bind.install

11 lines
278 B
Plaintext
Raw Normal View History

2022-03-20 13:34:07 +01:00
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
(( $(vercmp "$2" '9.14.8-2') > 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: