Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=565376

--- Comment #3 from Chen Lei <[email protected]> 2010-02-16 21:52:46 EST ---
update-desktop-database is needed only if your desktop file has MimeType, so
you can remove it from spec.
%post
update-desktop-database &> /dev/null ||:

%postun
if [ $1 -eq 0 ] ; then
update-desktop-database &> /dev/null ||:
fi

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to