aports/main/libmaxminddb/libmaxminddb.post-upgrade
2024-02-27 06:31:56 +00:00

10 lines
219 B
Bash
Executable file

#!/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