summaryrefslogtreecommitdiffstats
path: root/games/fifengine/doinst.sh
blob: 8542d1c18e4c036b8ec2f9251be86f1fc8cec8a4 (plain)
1
2
3
4
5
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