slackbuilds_ponce/gis/gpxsee/doinst.sh
Nikolay Korotkiy 0475d55c77 gis/gpxsee: Added (GPX viewer and analyzer).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-02-17 07:42:54 +07:00

7 lines
226 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