Cross Reference: icon-cache.script
xref
: /
solaris-desktop
/
include
/
icon-cache.script
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
icon-cache.script revision 12110
10139
N/A
( echo 'test -x
/usr/bin/gtk-update-icon-cache
|| exit 0';
10139
N/A
echo 'rm -f %{_datadir}/icons/*/
icon-theme.cache
';
10139
N/A
echo 'for dir in %{_datadir}/icons/*; do';
10139
N/A
echo ' test -f $
dir/index.theme
&&
/usr/bin/gtk-update-icon-cache
$dir';
10139
N/A
echo 'done';
10139
N/A
) | $
BASEDIR/lib/postrun
-b -u -t 5 -c JDS
10139
N/A