diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-25 17:03:17 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:07:28 +0200 |
commit | 0e5d7c10090a6391cb4dadc59b400c295006d6f2 (patch) | |
tree | 070891b31841ab72dc50b29363110e077c01ddca /mps-youtube.install | |
download | pkgbuilds-0e5d7c10090a6391cb4dadc59b400c295006d6f2.tar.xz |
Renamed pms-youtube to mps-youtube
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 +} |