summaryrefslogtreecommitdiffstats
path: root/misc/ibus-hangul/doinst.sh
blob: 19400050fd705d7a85fb2f8555adeecac31c639a (plain)
1
2
3
4
5
6
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