blob: 9bf6a223d8f54f95c528a608144d8643065e7e23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
cat << _EOF
==> In order to play your music with gmusicbrowser, you need to install:
- gstreamer, perl-glib-object-introspection + gstreamer plugins or
- mpg321/vorbis-tools/flac123/alsa-utils or
- mplayer or
- mpv
(look at optdepends for details)
_EOF
}
|