icon-cache.script revision 12568
11380N/A( echo 'test -x /usr/bin/gtk-update-icon-cache || exit 0';
11380N/A echo 'rm -f %{_datadir}/icons/*/icon-theme.cache';
12110N/A echo 'for dir in %{_datadir}/icons/*; do';
12563N/A echo ' test -f "$dir/index.theme" && /usr/bin/gtk-update-icon-cache "$dir"';
12110N/A echo 'done';
12111N/A echo 'true'
12568N/A) | $BASEDIR/lib/postrun -u -t 5 -c JDS