slackbuilds_ponce/misc/goldencheetah/doinst.sh
Kyle Guinn 9af7a5e36e
misc/goldencheetah: Added desktop file and icons.
Thanks to Marek Šrejma for the suggestions.

Signed-off-by: Kyle Guinn <elyk03@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-05-23 09:32:04 +07:00

10 lines
323 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