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

Summary: Review Request: kicad - Electronic schematic diagrams and printed 
circuit board artwork


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





------- Additional Comments From [EMAIL PROTECTED]  2006-06-14 00:18 EST -------
------- Additional Comments From cgoorah AT yahoo com au  2006-06-12 15:15 EST
-------
> # 2.3 : add the following after %clean since you are using kicad.desktop
> --------
> %post
> touch --no-create %{_datadir}/icons/hicolor || :
>
> %postun
> touch --no-create %{_datadir}/icons/hicolor || :
> ---------
>

The following will be appropriate since in the kicad.desktop there is MimeType

%post
update-desktop-database &> /dev/null ||:
touch --no-create %{_datadir}/icons/hicolor || :

%postun
update-desktop-database &> /dev/null ||:
touch --no-create %{_datadir}/icons/hicolor || :

# 2:
%{_docdir} would be better than %{_datadir}/doc/

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to