aboutsummaryrefslogtreecommitdiff
path: root/gis/gpxsee/doinst.sh
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@gmail.com>2018-02-12 10:04:56 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-17 07:42:54 +0700
commit0475d55c77de2d9ed3d388a53804f7f20075fcd3 (patch)
treec4d693922a2b901609f43bcf5d6c661819dff516 /gis/gpxsee/doinst.sh
parent0be3bc60547a0eeb530cb9316e40314d3f1d41ad (diff)
downloadslackbuilds-0475d55c77de2d9ed3d388a53804f7f20075fcd3.tar.xz
gis/gpxsee: Added (GPX viewer and analyzer).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis/gpxsee/doinst.sh')
-rw-r--r--gis/gpxsee/doinst.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/gis/gpxsee/doinst.sh b/gis/gpxsee/doinst.sh
new file mode 100644
index 000000000000..daaf27f81230
--- /dev/null
+++ b/gis/gpxsee/doinst.sh
@@ -0,0 +1,7 @@
+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