summaryrefslogtreecommitdiffstats
path: root/system/fwupd/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/fwupd/doinst.sh')
-rw-r--r--system/fwupd/doinst.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/system/fwupd/doinst.sh b/system/fwupd/doinst.sh
index 544d2273ce..835a554895 100644
--- a/system/fwupd/doinst.sh
+++ b/system/fwupd/doinst.sh
@@ -22,4 +22,9 @@ config etc/fwupd/remotes.d/vendor-directory.conf.new
config etc/fwupd/remotes.d/fwupd-tests.conf.new
config etc/fwupd/daemon.conf.new
config etc/fwupd/redfish.conf.new
-config etc/fwupd/uefi.conf.new
+
+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