updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / google-earth / google-earth.install
blob784c187a4173d82288f186615b815ebe3f19a210
1 _update(){
2   echo "Updating mime database..."
3   update-mime-database usr/share/mime > /dev/null
4   echo "Updating desktop mime database..."
5   update-desktop-database -q
8 post_install() {
9   _update
10   echo ""
11   echo "NOTE: The binary is called 'google-earth'"
12   echo ""
15 post_upgrade() {
16   post_install
19 post_remove() {
20   _update