2016-05-13 Fred Gleason <fredg@paravelsystems.com>

* Added the '-f' switch to the invocation of gtk-update-icon-cache(8)
	in 'rivendell.spec.in'.
This commit is contained in:
Fred Gleason 2016-05-13 17:18:04 -04:00
parent b272700f84
commit 92623fab37
2 changed files with 4 additions and 1 deletions

View File

@ -15128,3 +15128,6 @@
* Incremented the package version to 2.13.0.
2016-05-13 Fred Gleason <fredg@paravelsystems.com>
* Removed a superfluous dependency on libXi in 'acinclude.m4'.
2016-05-13 Fred Gleason <fredg@paravelsystems.com>
* Added the '-f' switch to the invocation of gtk-update-icon-cache(8)
in 'rivendell.spec.in'.

View File

@ -179,7 +179,7 @@ if test "@DISTRO@" = "redhat" ; then
fi
fi
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache -f --quiet %{_datadir}/icons/hicolor || :
fi
exit 0