updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / bin32-songbird-nightly / bin32-songbird-nightly.install
bloba2a936912c18cdaf713f299e692812e454264c56
2 post_install () {
3         #ln -s /usr/lib/songbird/songbird /usr/bin/songbird
4         #echo " :: Updating desktop database..."
5         update-desktop-database -q
6         ## concerning Songbird profile
7         #echo " >>> If you are concerned about losing your old profile while"
8         #echo " >>> testing Songbird (A DISTINCT POSSIBILITY), you can run"
9         #echo " >>> /opt/songbird/songbird -p"
10         #echo " >>> to launch Songbird into Mozilla's profile manager dialog."
11         #echo " >>> change owner of the songbird directory, with sudo or su:"
12         #echo " >>> $ chown -R username:usergroup /opt/songbird"
13         echo " >>> Songbird uses gstreamer to play music.  To play back all"
14         echo " >>> formats, you should install gstreamer0.10-good,"
15         echo " >>> gstreamer0.10-bad and gstreamer0.10-ugly"
16         #echo " >>> Read the tips at:"
17         #echo " >>> http://unbreakablemj.blogspot.com/2007/11/songbird-nightly-tips.html"
20 # arg 1:  the new package version
21 # arg 2:  the old package version
22 post_upgrade() {
23         #post_install ${1}
24         #echo " >>> Read the tips at:"
25         #echo " >>> http://unbreakablemj.blogspot.com/2007/11/songbird-nightly-tips.html"
26         #echo " :: Updating desktop database..."
27         update-desktop-database -q
30 post_remove() {
31         #echo " :: Updating desktop database..."
32         update-desktop-database -q
35 op=$1
36 shift
38 $op $*