Don't run update-mime-database in post, we don't ship mime XML
files anymore.
This commit is contained in:
parent
0735fc2922
commit
2f4ea2f930
@ -92,7 +92,6 @@ find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
update-mime-database %{_datadir}/mime/ > /dev/null
|
||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
||||
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
|
||||
@ -132,6 +131,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini
|
||||
|
||||
%changelog
|
||||
* Fri Jun 27 2014 Bastien Nocera <bnocera@redhat.com> 3.12.2-2
|
||||
- Don't run update-mime-database in post, we don't ship mime XML
|
||||
files anymore.
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user