[Bug 1552767] Review Request: godot - Multi-platform 2D and 3D game engine with a feature-rich editor

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



--- Comment #7 from Neal Gompa <ngompa13@xxxxxxxxx> ---
> %if 0%{?fedora} || 0%{?rhel}
> %post
> /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
> 
> %postun
> if [ $1 -eq 0 ] ; then
>     /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
>     /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
> fi
> 
> %posttrans
> /usr/bin/gtk-update-icon-cache %{_datadir}/icons &>/dev/null || :
> %endif

This would be RHEL-only. All currently supported Fedora releases use file
triggers for this, provided hicolor-icon-theme is a requirement of the package
(which it is, in this case).

Also, can you move this section up to be along with the rest of the main
package sections (like the file list and whatnot).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux