mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
2a0e5b16de
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
180 B
Bash
6 lines
180 B
Bash
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
|