post_install () {
	printf "%s\n" "==> Install either mpv or mplayer for playback."
}

post_upgrade () {
	post_install $1
}
