summaryrefslogtreecommitdiffstats
path: root/desktop/smaragd/doinst.sh
blob: 7b5c6d6fdaff4509e9aa2672c495446390a9932b (plain)
1
2
3
4
5
6
if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then
  if [ -x /usr/bin/gtk-update-icon-cache ]; then
    /usr/bin/gtk-update-icon-cache -f usr/share/icons/oxygen >/dev/null 2>&1
  fi
fi