#!/bin/sh

ver_old="$2"

if [ "$(apk version -t "$ver_old" '4.8-r4')" = '<' ]; then
	cat >&2 <<-EOF
	NTS and SHA-based authentication support have been moved to a
	separate subpackage. If you rely on these, install chrony-nts.
	EOF
fi

exit 0
