diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gdrive/gdrive-3.9.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-misc/gdrive/gdrive-3.9.1.ebuild b/net-misc/gdrive/gdrive-3.9.1.ebuild index 1da281677..b735cc269 100644 --- a/net-misc/gdrive/gdrive-3.9.1.ebuild +++ b/net-misc/gdrive/gdrive-3.9.1.ebuild @@ -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" +} |