summarylogtreecommitdiffstats
path: root/np1-mps-git.install
diff options
context:
space:
mode:
authorJohannes Löthberg2014-02-26 17:35:03 +0100
committerJohannes Löthberg2015-06-08 12:21:09 +0200
commit3a35d17325063b88191a79fe6239166dcec93efb (patch)
tree10fce5518633e513b4d5de39c3b15d322a3c8917 /np1-mps-git.install
downloadaur-3a35d17325063b88191a79fe6239166dcec93efb.tar.gz
np1-mps{,-git}: Added new packages.
Diffstat (limited to 'np1-mps-git.install')
-rw-r--r--np1-mps-git.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/np1-mps-git.install b/np1-mps-git.install
new file mode 100644
index 000000000000..cb5c5fcffe9b
--- /dev/null
+++ b/np1-mps-git.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
+}