sys-apps/corefreq: einfo improve

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

View File

@@ -52,5 +52,6 @@ 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 "or by `rc-service corefreq start`"
einfo "And only after that you can start corefreq-cli"
}