]> git.pld-linux.org Git - packages/inkscape.git/commitdiff
- quiet update-mime-database
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 28 Jul 2005 16:51:37 +0000 (16:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    inkscape.spec -> 1.38

inkscape.spec

index 96a11ab69becd192eb4e78feab95a5ce55bde692..6e4d5c55d29a6f7fb57f9f92e475db9d8f55dea7 100644 (file)
@@ -82,12 +82,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %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
This page took 0.03762 seconds and 4 git commands to generate.