Hide Forgot
Created attachment 475002 [details] Don't run gio-querymodules* in %postun if it no longer exists gio-querymodules* may be gone at %postun time which causes an error message when the %postun script invokes it. Untested fix attached.
could just do the common ||: I guess ? either way, feel free to push and build, otherwise I'll try to remember for the next glib release
Sure, that wouldn't hurt (plus 2>/dev/null), but I wanted the patch to do one thing only. Fixed patch pushed and building (the original tested for "! -x gio...", should be "! -x %{_bindir}/gio...").