#!/bin/sh

ver_old=$2

if [ "$(apk version -t "$ver_old" '1.2.7-r1')" = '<' ]; then
	cat >&2 <<-EOF
	*
	* the plugins were split up into multiple subpackages:
	* -clap
	* -ladspa
	* -lv2
	* -vst2
	*
	* be sure to add the ones you were using to world.
	*
	EOF
fi
