update scriptlets based on the latest blessed versions

This commit is contained in:
Christopher Aillon 2008-01-03 18:23:11 +00:00
parent 54bf64e5e8
commit 5732aa403f
1 changed files with 2 additions and 2 deletions

View File

@ -255,14 +255,14 @@ touch $RPM_BUILD_ROOT/%{mozappdir}/components/xpti.dat
#--------------------------------------------------------------------- #---------------------------------------------------------------------
%post %post
update-desktop-database %{_datadir}/applications update-desktop-database &> /dev/null || :
touch --no-create %{_datadir}/icons/hicolor touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi fi
%postun %postun
update-desktop-database %{_datadir}/applications update-desktop-database &> /dev/null || :
touch --no-create %{_datadir}/icons/hicolor touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :