[zathura] It's update-desktop-database, not update-mime-database

Christoph Wickert cwickert at fedoraproject.org
Sat Apr 2 01:17:31 UTC 2011


commit dbbd8745412916df2175a0eccccb5cb66ccb533e
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sat Apr 2 03:17:25 2011 +0200

    It's update-desktop-database, not update-mime-database

 zathura.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/zathura.spec b/zathura.spec
index bfc79e4..bae358c 100644
--- a/zathura.spec
+++ b/zathura.spec
@@ -1,7 +1,7 @@
 
 Name:           zathura
 Version:        0.0.8.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A lightweight PDF viewer
 Group:          Applications/Publishing
 License:        zlib
@@ -46,11 +46,11 @@ rm -rf %{buildroot}
 
 
 %post
-update-mime-database %{_datadir}/mime &> /dev/null || :
+update-desktop-database &> /dev/null || :
 
 
 %postun
-update-mime-database %{_datadir}/mime &> /dev/null || :
+update-desktop-database &> /dev/null || :
 
 
 %files
@@ -62,6 +62,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Sat Apr 02 2011 Christoph Wickert <cwickert at fedoraproject.org> - 0.0.8.3-2
+- It's update-desktop-database, not update-mime-database
+
 * Fri Apr 01 2011 Christoph Wickert <cwickert at fedoraproject.org> - 0.0.8.3-1
 - Update to 0.0.8.3
 - Drop patch for poppler >= 0.15 (no longer needed)


More information about the scm-commits mailing list