summaryrefslogtreecommitdiffstats
path: root/desktop/Tela-icon-theme/doinst.sh
blob: 885fb18c3168e19b02131dce24ddfd147553128e (plain)
1
2
3
4
5
6
7
for theme_dir in usr/share/icons/Tela usr/share/icons/Tela-dark; do
  if [ -e $theme_dir/icon-theme.cache ]; then
    if [ -x /usr/bin/gtk-update-icon-cache ]; then
      /usr/bin/gtk-update-icon-cache -f $theme_dir >/dev/null 2>&1
    fi
  fi
done