summarylogtreecommitdiffstats
path: root/google-earth.install
diff options
context:
space:
mode:
Diffstat (limited to 'google-earth.install')
-rw-r--r--google-earth.install20
1 files changed, 2 insertions, 18 deletions
diff --git a/google-earth.install b/google-earth.install
index d11379add451..1d5707333956 100644
--- a/google-earth.install
+++ b/google-earth.install
@@ -17,17 +17,7 @@ if [[ $(uname -m) = x86_64 ]]; then
_64=true
fi
-_update() {
- msg_blue "Updating desktop MIME database..."
- update-desktop-database -q
-
- msg_blue "Updating icon cache..."
- xdg-icon-resource forceupdate &>/dev/null
-}
-
-post_install() {
- _update
-
+post_install() {
if [[ $_64 ]]; then
note "The launcher is called 'google-earth'." "1"
note "If experiencing graphical corruption:
@@ -37,15 +27,9 @@ post_install() {
fi
}
-post_upgrade() {
- _update
-
+post_upgrade() {
if [[ $_64 ]]; then
note "If experiencing graphical corruption:
$ rm -r ~/.googleearth/Cache/"
fi
}
-
-post_remove() {
- _update
-}