Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
7141eb032aa613182bcc35f8ad2a53ebaeb70d8f
/
.
/
yocto-poky
/
scripts
/
postinst-intercepts
/
update_icon_cache
blob: 8e17a6ac0ce8ba4744dd48ce3458aa770c8054b9 [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
# update native pixbuf loaders
gdk
-
pixbuf
-
query
-
loaders
--
update
-
cache
for
icondir
in
$D
/
usr
/
share
/
icons
/*/
;
do
if
[
-
d $icondir
]
;
then
gtk
-
update
-
icon
-
cache
-
fqt $icondir
fi
done