* add missing bind .install

This commit is contained in:
Alexander Baldeck 2019-12-20 09:30:47 +01:00
parent a93f7a68ed
commit ff1666c562

10
bind/bind.install Normal file
View File

@ -0,0 +1,10 @@
## 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: