summarylogtreecommitdiffstats
path: root/play-git.install
blob: 472fad44c913cb8e439a2b16967b7aec7d47455c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 $*