[gnome-packagekit] Drop the update-mime-database call from %postun as well

Kalev Lember kalev at fedoraproject.org
Mon Aug 18 10:46:49 UTC 2014


commit 8be5237fb845e22469121d3becebfde8a5e4f3fe
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Aug 18 11:43:45 2014 +0200

    Drop the update-mime-database call from %postun as well
    
    Commit 3622581bce9be255d97e144bc9c4e49cad23b052 killed it from %post
    but left it in for %postun. Drop it from there as well.

 gnome-packagekit.spec |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gnome-packagekit.spec b/gnome-packagekit.spec
index 5be021f..b6ca216 100644
--- a/gnome-packagekit.spec
+++ b/gnome-packagekit.spec
@@ -90,7 +90,6 @@ if [ $1 -eq 0 ] ; then
     touch --no-create %{_datadir}/icons/hicolor &>/dev/null
     gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
     glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
-    update-mime-database %{_datadir}/mime &> /dev/null || :
 fi
 update-desktop-database %{_datadir}/applications &> /dev/null || :
 


More information about the scm-commits mailing list