summarylogtreecommitdiffstats
path: root/mps-youtube-git.install
blob: 96700c67d876c883b8ace6e4a54752dfe0169420 (plain)
1
2
3
4
5
6
7
post_install () {
	printf "==> Remember to install either mpv or mplayer for playback support.\n"
}

post_upgrade () {
	post_install $1
}