slackbuilds_ponce/games/freeciv/doinst.sh
Niels Horn 8f1a8f4fcb games/freeciv: Updated for version 2.2.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-02-28 09:42:07 -06:00

10 lines
304 B
Bash

if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications
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