]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- add update-mime-database
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 5 Jan 2011 20:58:52 +0000 (20:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    desktop.spec -> 1.3

desktop.spec

index e020aa2dd4e9553d353b522c035b8f45b50be95c..4411e67ae86893ad8bf88223aecacf0f7034a95e 100644 (file)
@@ -10,6 +10,7 @@ Source0:      -
 BuildRequires: rpmbuild(macros) >= 1.596
 Requires:      desktop-file-utils
 Requires:      hicolor-icon-theme
+Requires:      shared-mime-info
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,12 +27,14 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%update_icon_cache hicolor
 %update_desktop_database
+%update_icon_cache hicolor
+%update_mime_database
 
 %postun
-%update_icon_cache hicolor
 %update_desktop_database_postun
+%update_icon_cache hicolor
+%update_mime_database
 
 %files
 %defattr(644,root,root,755)
This page took 0.164829 seconds and 4 git commands to generate.