updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / thunderbird-firetray / thunderbird-firetray.install
blob8f182000ac021020a9240bd002d12c20dcd8e51e
1 print_activate() {
2     echo
3     echo "You may need to activate the Firetray extension manually in your \
4 Mozilla application."
5     echo
8 # arg 1:  the new package version
9 post_install() {
10   print_activate
13 # arg 1:  the new package version
14 # arg 2:  the old package version
15 post_upgrade() {
16   print_activate
19 # vim:set ts=2 sw=2 et: