[Bug 193531] Review Request: kicad - Electronic schematic diagrams and printed circuit board artwork

bugzilla at redhat.com bugzilla at redhat.com
Wed Jun 14 04:28:01 UTC 2006


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 cgoorah at yahoo.com.au  2006-06-14 00:19 EST -------
------- Additional Comments From j.w.r.degoede  AT hhs nl  2006-06-13 02:47 EST
-------
(In reply to comment #3)
> 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 || :
>

Actually that should be:
%post
update-desktop-database &> /dev/null ||:
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
update-desktop-database &> /dev/null ||:
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

As per:
http://fedoraproject.org/wiki/ScriptletSnippets#head-fc74f078205565f961f6d836b77c3428619c689d

-- 
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.




More information about the Fedora-package-review mailing list