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:36 +0200 |
commit | b0047bca51c8d9044ce4b5ff2eae7a92925f7f74 (patch) | |
tree | e3c42b99f22d3e231d921648a78a236aa775dda0 /mps-youtube-git.install | |
download | pkgbuilds-b0047bca51c8d9044ce4b5ff2eae7a92925f7f74.tar.xz |
Import mps-youtube-git
Diffstat (limited to 'mps-youtube-git.install')
-rw-r--r-- | mps-youtube-git.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mps-youtube-git.install b/mps-youtube-git.install new file mode 100644 index 0000000..96700c6 --- /dev/null +++ b/mps-youtube-git.install @@ -0,0 +1,7 @@ +post_install () { + printf "==> Remember to install either mpv or mplayer for playback support.\n" +} + +post_upgrade () { + post_install $1 +} |