summaryrefslogtreecommitdiffstats
path: root/desktop/wally/doinst.sh
blob: 37380d7655e8de480ceafa617597f63ad4c1e005 (plain)
1
2
3
4
5
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