mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
sys-apps/corefreq: add einfo
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user