sys-apps/corefreq: add einfo

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2023-06-01 09:22:28 +04:00
parent d6fabbc14e
commit d6cf3f305f

View File

@@ -47,3 +47,10 @@ src_install() {
use systemd && systemd_dounit ${PN}.service
use doc && dodoc README.md
}
pkg_postinst() {
einfo "To be able to use corefreq, you need to load kernel module:"
einfo "modprobe corefreqk"
einfo "After that - start daemon with corefreqd"
einfo "And only after that you can start corefreq-cli"
}