repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git]
/
google-earth
/
google-earth.install
blob
784c187a4173d82288f186615b815ebe3f19a210
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
6
}
7
8
post_install() {
9
_update
10
echo ""
11
echo "NOTE: The binary is called 'google-earth'"
12
echo ""
13
}
14
15
post_upgrade() {
16
post_install
17
}
18
19
post_remove() {
20
_update
21
}