From c03101edcc6cf9665dab7109e12978e32181ab79 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 22 Aug 2021 20:53:40 +1200 Subject: [PATCH] misc/asterixInspector: Remove icon cache update. There are no icons in this package. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- misc/asterixInspector/doinst.sh | 6 ------ 1 file changed, 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