diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-06-09 08:16:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-10 08:02:42 +0700 |
commit | c1d95803d5ebe7d4e5ad87a6170a8186b906de49 (patch) | |
tree | 247e0af66cdb038a196d19910ea3626fef36dbb3 /gis/google-earth/doinst.sh | |
parent | 34073f58dd6b2398cb6488c64da902c74bae3fcf (diff) | |
download | slackbuilds-c1d95803d5ebe7d4e5ad87a6170a8186b906de49.tar.gz |
gis/google-earth: Moved from multimedia/ category.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'gis/google-earth/doinst.sh')
-rw-r--r-- | gis/google-earth/doinst.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gis/google-earth/doinst.sh b/gis/google-earth/doinst.sh new file mode 100644 index 0000000000..58989910ea --- /dev/null +++ b/gis/google-earth/doinst.sh @@ -0,0 +1,14 @@ +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 + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + |