Remove unneeded update-desktop-database call

Orca's desktop file doesn't handle any MIME types.
This commit is contained in:
Kalev Lember 2014-03-23 11:29:20 +01:00
parent e0545f65af
commit 42f69fd2c3

View File

@ -59,7 +59,6 @@ find $RPM_BUILD_ROOT -name '*.la' | xargs rm -f
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
update-desktop-database &>/dev/null ||:
if [ $1 -eq 0 ]; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :