summaryrefslogtreecommitdiffstats
path: root/desktop/cutefish-icons/doinst.sh
blob: 83aa009eee4eb02793bf935c7d29eff1868044a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

if [ -e usr/share/icons/Crule/icon-theme.cache ]; then
  if [ -x /usr/bin/gtk-update-icon-cache ]; then
    /usr/bin/gtk-update-icon-cache -f usr/share/icons/Crule >/dev/null 2>&1
  fi
fi

if [ -e usr/share/icons/Crule-dark/icon-theme.cache ]; then
  if [ -x /usr/bin/gtk-update-icon-cache ]; then
    /usr/bin/gtk-update-icon-cache -f usr/share/icons/Crule-dark >/dev/null 2>&1
  fi
fi