summaryrefslogtreecommitdiffstats
path: root/multimedia/GoogleEarth/doinst.sh
diff options
context:
space:
mode:
author Michiel van Wessem2010-05-11 15:00:24 +0200
committer Robby Workman2010-05-11 15:00:24 +0200
commit52a1b2b0ea40c71ddf6b029dbb39433c2a2d44b8 (patch)
tree7f117a96b3e12236d20338e8edf4bad7304b7787 /multimedia/GoogleEarth/doinst.sh
parent8f396336433f8160d98fa543c50c41a15e09773d (diff)
downloadslackbuilds-52a1b2b0ea40c71ddf6b029dbb39433c2a2d44b8.tar.gz
multimedia/GoogleEarth: Initial import
Diffstat (limited to 'multimedia/GoogleEarth/doinst.sh')
-rw-r--r--multimedia/GoogleEarth/doinst.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/multimedia/GoogleEarth/doinst.sh b/multimedia/GoogleEarth/doinst.sh
new file mode 100644
index 0000000000..79484f3422
--- /dev/null
+++ b/multimedia/GoogleEarth/doinst.sh
@@ -0,0 +1,8 @@
+if [ -x usr/bin/update-desktop-database ]; then
+ usr/bin/update-desktop-database -q usr/share/applications
+fi
+
+if [ -x /usr/bin/update-mime-database ]; then
+ usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1
+fi
+