updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / lastfm-msk / lastfm-msk.install
blob3992325cd0fb245923962a1379b5fcf0b9a39089
1 # This is a default template for a post-install scriptlet.  You can
2 # remove any functions you don't need (and this header).
4 # arg 1:  the new package version
5 post_install() {
6   echo '>>> firefox can handle lastfm protocol,'
7   echo '>>> if you add string variable:'
8   echo '>>> "network.protocol-handler.app.lastfm"'
9   echo '>>> with value: "/usr/bin/lastfm"'
12 # arg 1:  the new package version
13 # arg 2:  the old package version
14 post_upgrade() {
15   /bin/true
18 # arg 1:  the old package version
19 post_remove() {
20   /bin/true
23 op=$1
24 shift
25 $op $*