summarylogtreecommitdiffstats
path: root/np1-mps-git.install
blob: cb5c5fcffe9be7900a1e44fa8971cd29667ccfdf (plain)
1
2
3
4
5
6
7
8
9
post_install () {
	printf "==> Remember to install either mpv or mplayer for playback support.\n"
	printf "==> For mpv playback run these commands inside mps:\n"
	printf "set player mpv\nset playerargs --really-quiet --no-video\n"
}

post_upgrade () {
	post_install $1
}