aboutsummaryrefslogtreecommitdiff
path: root/misc/asterixInspector
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2021-08-22 20:53:40 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-08-25 12:11:35 +0700
commitc03101edcc6cf9665dab7109e12978e32181ab79 (patch)
tree0b784ae1d694457c79514a70e308de8c21db7554 /misc/asterixInspector
parentddacfded5aa39814e0ad996a2a252a0a9e64a386 (diff)
downloadslackbuilds-c03101edcc6cf9665dab7109e12978e32181ab79.tar.xz
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/asterixInspector')
-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 aea0f894eb32..9a8ded3c6034 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