Remove unneeded update-desktop-database call
Orca's desktop file doesn't handle any MIME types.
This commit is contained in:
parent
e0545f65af
commit
42f69fd2c3
@ -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 || :
|
||||
|
||||
Loading…
Reference in New Issue
Block a user