#!/bin/sh

ver_old="$2"

if [ "$(apk version -t "$ver_old" "1.9.1-r0")" = "<" ]; then
	cat >&2 <<-"EOF"
	The cron to update the geoip db now requires $MAXMINDDB_USER_ID to be
	set in /etc/libmaxminddb.cron.conf
	EOF
fi
