Skip to content

Commit 77598c1

Browse files
committed
dev-libs/glib: Add ewarn telling users to restart their session
Closes: https://bugs.gentoo.org/715186 Signed-off-by: Matt Turner <[email protected]>
1 parent 63d92ab commit 77598c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dev-libs/glib/glib-2.64.1.ebuild

+7
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,13 @@ pkg_postinst() {
262262
ewarn "your final image for performance reasons and re-run it when packages"
263263
ewarn "installing GIO modules get upgraded or added to the image."
264264
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
265272
}
266273

267274
pkg_postrm() {

0 commit comments

Comments
 (0)