PKGBUILDs/community/listen/listen.install

16 lines
471 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
post_install() {
echo "
==> By default, Listen comes with mp3 and ogg-vorbis support.
==> For flac support: pacman -S gstreamer0.10-flac
==> For musepack support: pacman -S gstreamer0.10-musepack
==> For mp4 & m4a support: pacman -S gstreamer0.10-faad
==> For iPod support: pacman -S libgpod
==> For musicbrainz & Audio CD support: pacman -S python-musicbrainz2
==> For hal support: pacman -S hal and start the hal daemon"
}
post_upgrade() {
post_install $1
}