#!/bin/sh

ver_old=$2

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