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:
Johannes Huber
2017-01-30 11:49:52 +01:00
parent 5faea8462e
commit c8e97e8d3e
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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