#!/bin/sh

ver_old="$2"

if [ "$(apk version -t "$ver_old" '2.6.4-r1')" = '<' ]; then
	cat >&2 <<-EOF
	*
	* Library for the Auto-Type feature has been moved into a subpackage.
	* If you use it, run: apk add keepassxc-autotype
	*
	EOF
fi
