mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-05 06:32:34 +02:00
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:
parent
b272700f84
commit
92623fab37
@ -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'.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user