rpms/firefox/devel firefox.spec,1.226,1.227

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Thu Jan 3 18:24:23 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/firefox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8295

Modified Files:
	firefox.spec 
Log Message:
update scriptlets based on the latest blessed versions



Index: firefox.spec
===================================================================
RCS file: /cvs/extras/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- firefox.spec	3 Jan 2008 15:47:42 -0000	1.226
+++ firefox.spec	3 Jan 2008 18:23:11 -0000	1.227
@@ -255,14 +255,14 @@
 #---------------------------------------------------------------------
 
 %post
-update-desktop-database %{_datadir}/applications
+update-desktop-database &> /dev/null || :
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 
 %postun
-update-desktop-database %{_datadir}/applications
+update-desktop-database &> /dev/null || :
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :




More information about the fedora-extras-commits mailing list