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 }