summaryrefslogtreecommitdiffstats
path: root/desktop/kde-gtk-config/doinst.sh
blob: 30eb690936b52f1a87d09954c5f29c15ff58b152 (plain)
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