post_install () {
	printf '==> Make sure to have either mpv or mplayer installed for playback.\n'
}

post_upgrade () {
	post_install $1
}
