summaryrefslogtreecommitdiffstats
path: root/desktop/Tela-icon-theme/douninst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Tela-icon-theme/douninst.sh')
-rw-r--r--desktop/Tela-icon-theme/douninst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/Tela-icon-theme/douninst.sh b/desktop/Tela-icon-theme/douninst.sh
new file mode 100644
index 0000000000..a3e98625db
--- /dev/null
+++ b/desktop/Tela-icon-theme/douninst.sh
@@ -0,0 +1,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