summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Andrew Clemons2021-08-22 10:53:40 +0200
committer Willy Sudiarto Raharjo2021-08-25 07:11:35 +0200
commitc03101edcc6cf9665dab7109e12978e32181ab79 (patch)
tree0b784ae1d694457c79514a70e308de8c21db7554 /misc
parentddacfded5aa39814e0ad996a2a252a0a9e64a386 (diff)
downloadslackbuilds-c03101edcc6cf9665dab7109e12978e32181ab79.tar.gz
misc/asterixInspector: Remove icon cache update.
There are no icons in this package. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/asterixInspector/doinst.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/misc/asterixInspector/doinst.sh b/misc/asterixInspector/doinst.sh
index aea0f894eb..9a8ded3c60 100644
--- a/misc/asterixInspector/doinst.sh
+++ b/misc/asterixInspector/doinst.sh
@@ -5,9 +5,3 @@ fi
if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi
-
-if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi