aboutsummaryrefslogtreecommitdiffstats
path: root/np1-mps.install
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-02-26 17:35:03 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 12:19:15 +0200
commitb4e8f3da58782396c6f907c1a699974e3ff0ce0d (patch)
tree4e2b69a736427bba8dbb82c1318d81871178ee21 /np1-mps.install
downloadpkgbuilds-b4e8f3da58782396c6f907c1a699974e3ff0ce0d.tar.xz
np1-mps{,-git}: Added new packages.
Diffstat (limited to 'np1-mps.install')
-rw-r--r--np1-mps.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/np1-mps.install b/np1-mps.install
new file mode 100644
index 0000000..cb5c5fc
--- /dev/null
+++ b/np1-mps.install
@@ -0,0 +1,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
+}