summarylogtreecommitdiffstats
path: root/gmusicbrowser.install
blob: c889b7ed235230c332b6b91b5f86e07a6c952c83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}

post_upgrade() {}

post_remove() {}