We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d92ab commit 77598c1Copy full SHA for 77598c1
dev-libs/glib/glib-2.64.1.ebuild
@@ -262,6 +262,13 @@ pkg_postinst() {
262
ewarn "your final image for performance reasons and re-run it when packages"
263
ewarn "installing GIO modules get upgraded or added to the image."
264
fi
265
+
266
+ for v in ${REPLACING_VERSIONS}; do
267
+ if ver_test "$v" "-lt" "2.63.6"; then
268
+ ewarn "glib no longer installs the gio-launch-desktop binary. You may need"
269
+ ewarn "to restart your session for \"Open With\" dialogs to work."
270
+ fi
271
+ done
272
}
273
274
pkg_postrm() {
0 commit comments