kde-plasma/drkonqi: remove obsolete postinst message

Symlinks are installed to enable the units by default since v5.27.80.

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2026-04-16 11:57:56 -04:00
parent eec7c3a8d7
commit c9bae045bf
2 changed files with 2 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ ECM_TEST="true"
PYTHON_COMPAT=( python3_{11..14} )
KFMIN=6.18.0
QTMIN=6.10.1
inherit ecm plasma.kde.org python-single-r1 systemd xdg
inherit ecm plasma.kde.org python-single-r1 xdg
DESCRIPTION="Plasma crash handler, gives the user feedback if a program crashed"
@@ -69,12 +69,3 @@ src_test() {
)
ecm_src_test
}
pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]] && systemd_is_booted ; then
elog "For systemd, steps are needed for integration with systemd-coredumpd."
elog "As root, run the following:"
elog "1. systemctl enable drkonqi-coredump-processor@.service"
elog "2. systemctl --global enable drkonqi-coredump-launcher.socket"
fi
}

View File

@@ -7,7 +7,7 @@ ECM_TEST="true"
PYTHON_COMPAT=( python3_{11..14} )
KFMIN=6.22.0
QTMIN=6.10.1
inherit ecm plasma.kde.org python-single-r1 systemd xdg
inherit ecm plasma.kde.org python-single-r1 xdg
DESCRIPTION="Plasma crash handler, gives the user feedback if a program crashed"
@@ -72,12 +72,3 @@ src_test() {
)
ecm_src_test
}
pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]] && systemd_is_booted ; then
elog "For systemd, steps are needed for integration with systemd-coredumpd."
elog "As root, run the following:"
elog "1. systemctl enable drkonqi-coredump-processor@.service"
elog "2. systemctl --global enable drkonqi-coredump-launcher.socket"
fi
}