From b83240095210e7ff6fa933e76fe04f3059ab91f5 Mon Sep 17 00:00:00 2001 From: "M.Dinslage" Date: Sun, 23 Oct 2016 08:02:12 +0700 Subject: gis/opencpn: Added (A Chartplotter and GPS Navigation Software). Signed-off-by: Willy Sudiarto Raharjo --- gis/opencpn/doinst.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gis/opencpn/doinst.sh (limited to 'gis/opencpn/doinst.sh') diff --git a/gis/opencpn/doinst.sh b/gis/opencpn/doinst.sh new file mode 100644 index 0000000000..0ba571b5b0 --- /dev/null +++ b/gis/opencpn/doinst.sh @@ -0,0 +1,10 @@ +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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi -- cgit v1.2.3