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

@@ -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