[Bug 565376] Review Request: qstardict - StarDict clone written in Qt4

bugzilla at redhat.com bugzilla at redhat.com
Wed Feb 17 02:52:50 UTC 2010


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 <supercyper at 163.com> 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.



More information about the package-review mailing list