summaryrefslogtreecommitdiffstats
path: root/desktop/smaragd/doinst.sh
blob: 84d0544d34678c041fd70151616b03180fdc0ac5 (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 usr/share/icons/oxygen >/dev/null 2>&1
  fi
fi