summaryrefslogtreecommitdiffstats
path: root/multimedia/GoogleEarth/doinst.sh
diff options
context:
space:
mode:
author Michiel van Wessem2010-05-12 17:42:30 +0200
committer David Somero2010-05-12 17:42:30 +0200
commitd356aec96971eaa82e92f259717fab623fa35dd3 (patch)
tree162bef5538318d7397c2c3170726ac6eb6fc8742 /multimedia/GoogleEarth/doinst.sh
parentdc132ac1e62853af86244dabe5d5d929dd2af695 (diff)
downloadslackbuilds-d356aec96971eaa82e92f259717fab623fa35dd3.tar.gz
multimedia/GoogleEarth: Updated for version 5.0.11733.9347
Diffstat (limited to 'multimedia/GoogleEarth/doinst.sh')
-rw-r--r--multimedia/GoogleEarth/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/GoogleEarth/doinst.sh b/multimedia/GoogleEarth/doinst.sh
index 22652f9023..acbb07fe3d 100644
--- a/multimedia/GoogleEarth/doinst.sh
+++ b/multimedia/GoogleEarth/doinst.sh
@@ -1,8 +1,8 @@
if [ -x /usr/bin/update-desktop-database ]; then
- ./usr/bin/update-desktop-database -q usr/share/applications
+ /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
+ /usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1
fi