diff --git a/ChangeLog b/ChangeLog index 0afcde66..34c866d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15128,3 +15128,6 @@ * Incremented the package version to 2.13.0. 2016-05-13 Fred Gleason * Removed a superfluous dependency on libXi in 'acinclude.m4'. +2016-05-13 Fred Gleason + * Added the '-f' switch to the invocation of gtk-update-icon-cache(8) + in 'rivendell.spec.in'. diff --git a/rivendell.spec.in b/rivendell.spec.in index f10204f6..f5b422f6 100644 --- a/rivendell.spec.in +++ b/rivendell.spec.in @@ -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