mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -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 systemd && systemd_dounit ${PN}.service
|
||||||
use doc && dodoc README.md
|
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