aboutsummaryrefslogtreecommitdiffstats
path: root/mps-youtube.install
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-02-25 17:03:17 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 12:07:28 +0200
commit0e5d7c10090a6391cb4dadc59b400c295006d6f2 (patch)
tree070891b31841ab72dc50b29363110e077c01ddca /mps-youtube.install
downloadpkgbuilds-0e5d7c10090a6391cb4dadc59b400c295006d6f2.tar.xz
Renamed pms-youtube to mps-youtube
Diffstat (limited to 'mps-youtube.install')
-rw-r--r--mps-youtube.install7
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
+}