summarylogtreecommitdiffstats
path: root/bind.install
diff options
context:
space:
mode:
Diffstat (limited to 'bind.install')
-rw-r--r--bind.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/bind.install b/bind.install
new file mode 100644
index 000000000000..8cf5b161e71b
--- /dev/null
+++ b/bind.install
@@ -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: