diff options
Diffstat (limited to 'mps-youtube.install')
-rw-r--r-- | mps-youtube.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mps-youtube.install b/mps-youtube.install new file mode 100644 index 0000000..96700c6 --- /dev/null +++ b/mps-youtube.install @@ -0,0 +1,7 @@ +post_install () { + printf "==> Remember to install either mpv or mplayer for playback support.\n" +} + +post_upgrade () { + post_install $1 +} |