summarylogtreecommitdiffstats
path: root/gtk-update-icon-cache.script
diff options
context:
space:
mode:
authorQue Quotion2022-02-21 00:03:13 +0900
committerQue Quotion2022-02-21 00:06:51 +0900
commit2d0a2280e8cfeb8a2fb561e95ac4c51646e9699a (patch)
tree87b4d30642b5d3962f083026fa172ff20217230f /gtk-update-icon-cache.script
parent0df1e5983fd810cfa17c0efb5265c1e2026f2138 (diff)
downloadaur-2d0a2280e8cfeb8a2fb561e95ac4c51646e9699a.tar.gz
Catch up to extra/ubuntu
Diffstat (limited to 'gtk-update-icon-cache.script')
-rw-r--r--gtk-update-icon-cache.script10
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk-update-icon-cache.script b/gtk-update-icon-cache.script
deleted file mode 100644
index ee0f1d12d0b7..000000000000
--- a/gtk-update-icon-cache.script
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-while read -r f; do
- if [[ -e ${f}index.theme ]]; then
- gtk-update-icon-cache -q "$f"
- elif [[ -d $f ]]; then
- rm -f "${f}icon-theme.cache"
- rmdir --ignore-fail-on-non-empty "$f"
- fi
-done