mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gnome-base/gnome-session: Update pkg_postinst
Replace kde-plasma/kdm with x11-misc/sddm. kdm is last-rited for removal. Acked-by: Gilles Dartiguelongue <eva@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/3722 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Johannes Huber <johu@gentoo.org>
This commit is contained in:
@@ -114,7 +114,7 @@ src_install() {
|
||||
pkg_postinst() {
|
||||
gnome2_pkg_postinst
|
||||
|
||||
if ! has_version gnome-base/gdm && ! has_version kde-plasma/kdm; then
|
||||
if ! has_version gnome-base/gdm && ! has_version x11-misc/sddm; then
|
||||
ewarn "If you use a custom .xinitrc for your X session,"
|
||||
ewarn "make sure that the commands in the xinitrc.d scripts are run."
|
||||
fi
|
||||
|
||||
@@ -115,7 +115,7 @@ src_install() {
|
||||
pkg_postinst() {
|
||||
gnome2_pkg_postinst
|
||||
|
||||
if ! has_version gnome-base/gdm && ! has_version kde-plasma/kdm; then
|
||||
if ! has_version gnome-base/gdm && ! has_version x11-misc/sddm; then
|
||||
ewarn "If you use a custom .xinitrc for your X session,"
|
||||
ewarn "make sure that the commands in the xinitrc.d scripts are run."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user