mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user