summaryrefslogtreecommitdiffstats
path: root/desktop/Tela-icon-theme/douninst.sh
blob: a3e98625db27b410f64bc1fc28107d80c9adc527 (plain)
1
2
3
4
5
6
for theme_dir in usr/share/icons/Tela usr/share/icons/Tela-dark; do
  if [ -e $theme_dir/icon-theme.cache ]; then
    rm $theme_dir/icon-theme.cache
    rmdir $theme_dir
  fi
done