summaryrefslogtreecommitdiffstats
path: root/multimedia/google-earth/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/google-earth/doinst.sh')
-rw-r--r--multimedia/google-earth/doinst.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/multimedia/google-earth/doinst.sh b/multimedia/google-earth/doinst.sh
new file mode 100644
index 0000000000..acbb07fe3d
--- /dev/null
+++ b/multimedia/google-earth/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
+