Update scriptlets per the latest guidelines

http://fedoraproject.org/wiki/Packaging/ScriptletSnippets
This commit is contained in:
Christopher Aillon 2011-04-15 17:12:23 -07:00
parent 7986a8567a
commit 9cf61a894e

View File

@ -312,20 +312,18 @@ cp objdir-tb/mozilla/dist/%{name}-%{version}*.crashreporter-symbols.zip $RPM_BUI
%post %post
update-desktop-database &> /dev/null || : update-desktop-database &> /dev/null || :
touch --no-create %{_datadir}/icons/hicolor touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
#===============================================================================
%postun %postun
update-desktop-database &> /dev/null || : update-desktop-database &> /dev/null || :
touch --no-create %{_datadir}/icons/hicolor if [ $1 -eq 0 ] ; then
if [ -x %{_bindir}/gtk-update-icon-cache ]; then touch --no-create %{_datadir}/icons/hicolor &>/dev/null
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#=============================================================================== #===============================================================================
%files -f %{tarballdir}/%{name}.lang %files -f %{tarballdir}/%{name}.lang