sys-apps/corefreq: add einfo about documentation and rclone

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich 2024-03-05 05:43:55 +04:00
parent 61cfb10f90
commit 688fc4df26
No known key found for this signature in database
GPG Key ID: E91CC56723EE101E

View File

@ -217,3 +217,8 @@ LICENSE+=" openssl ISC MIT"
LICENSE+=" ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
pkg_postinst() {
einfo "See basic usage at https://github.com/glotlabs/gdrive/blob/main/docs/basic_usage.md"
einfo "If you are unhappy with gdrive - you can try https://packages.gentoo.org/packages/net-misc/rclone"
}