slackbuilds_ponce/gis/gpsbabel/doinst.sh
Kyle Guinn 4b2a87f2d0
gis/gpsbabel: Updated for version 1.6.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
2019-10-12 08:50:51 +07:00

9 lines
322 B
Bash

if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/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 -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi