summarylogtreecommitdiffstats
path: root/play-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'play-git.install')
-rw-r--r--play-git.install22
1 files changed, 22 insertions, 0 deletions
diff --git a/play-git.install b/play-git.install
new file mode 100644
index 000000000000..472fad44c913
--- /dev/null
+++ b/play-git.install
@@ -0,0 +1,22 @@
+
+post_install() {
+cat << _EOF
+
+==> play installation notes:
+ ----------------------------------------
+ Play will reproduce almost any format provided it can find the
+ decoder, supported are: ogg123, splay, mpg123, mpg321, mppdec,
+ mplayer, madplay, mikmod, xmp, sox play, speexdec. To avoid any
+ conflicts with sox the binary is called play.py.
+
+_EOF
+
+}
+
+post_upgrade() {
+ post_install
+}
+
+op=$1
+shift
+$op $*