diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-22 20:53:40 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-25 12:11:35 +0700 |
commit | c03101edcc6cf9665dab7109e12978e32181ab79 (patch) | |
tree | 0b784ae1d694457c79514a70e308de8c21db7554 /misc | |
parent | ddacfded5aa39814e0ad996a2a252a0a9e64a386 (diff) | |
download | slackbuilds-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.sh | 6 |
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 |