slackbuilds_ponce/multimedia/google-earth/doinst.sh
Michiel van Wessem f679ae1871 multimedia/google-earth: Updated for version 7.0.3.8542.
This commit also renames the appdir to google-earth from
GoogleEarth.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-04-15 17:20:33 -05:00

8 lines
236 B
Bash

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