updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / mesk / mesk.install
blobb9f14cb9bf8291758f66323122b6f05983528020
1 post_install() {
2   cat << EOF
4 To enable additional functions and file support add the following 
5 packages and then compile Mesk again:
7 => MP3 audio, install gstreamer0.10-mad and python-eyed3 >= 0.6.11
8 => Ogg Vorbis audio, install gstreamer0.10-ogg and pyvorbis >= 1.4 
9 => CD audio, install gstreamer0.10-cdio, HAL >= 0.5.7, eject >= 2.1.5 
10 (optional) and cddb-py >= 1.4 
11 => DBus for remote control and CD detection, install DBus >= 1.0.0, dbus-glib >= 0.72 and dbus-python >= 0.80
13 EOF
16 post_upgrade() {
17   post_install
20 op=$1
21 shift
22 $op $*