#!/bin/sh

ver_old=$2

if [ "$(apk version -t "$ver_old" '1.0.7-r1')" = '<' ]; then
	# 1.0.7-r1 split the themes
	cat >&2 <<- __EOF__
	* NOTE: Built-in themes are now split into a separate package, kvantum-themes.
	__EOF__
fi

exit 0
