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