SPECS: inkscape.spec - quiet update-mime-database

qboosh qboosh at pld-linux.org
Thu Jul 28 18:51:42 CEST 2005


Author: qboosh                       Date: Thu Jul 28 16:51:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- quiet update-mime-database

---- Files affected:
SPECS:
   inkscape.spec (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: SPECS/inkscape.spec
diff -u SPECS/inkscape.spec:1.37 SPECS/inkscape.spec:1.38
--- SPECS/inkscape.spec:1.37	Wed Jul 27 08:49:10 2005
+++ SPECS/inkscape.spec	Thu Jul 28 18:51:37 2005
@@ -83,12 +83,12 @@
 
 %post
 umask 022
-update-mime-database %{_datadir}/mime ||:
+update-mime-database %{_datadir}/mime >/dev/null 2>&1 ||:
 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
 
 %postun
 umask 022
-update-mime-database %{_datadir}/mime
+update-mime-database %{_datadir}/mime >/dev/null 2>&1
 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
 
 %files -f %{name}.lang
@@ -107,6 +107,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2005/07/28 16:51:37  qboosh
+- quiet update-mime-database
+
 Revision 1.37  2005/07/27 06:49:10  aredridel
 - up to 0.42
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/inkscape.spec?r1=1.37&r2=1.38&f=u




More information about the pld-cvs-commit mailing list