commit:     b1d6e0c963ac8272a5d03337b66260234036d3c2
Author:     Nils Freydank <nils.freydank <AT> posteo <DOT> de>
AuthorDate: Sun Aug  9 11:03:07 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 22:10:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d6e0c9

dev-vcs/git-lfs: Update live ebuild

Reported-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
Closes: https://bugs.gentoo.org/show_bug.cgi?id=733372
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Nils Freydank <holgersson <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/17057
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-vcs/git-lfs/git-lfs-9999.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild 
b/dev-vcs/git-lfs/git-lfs-9999.ebuild
index 001d987aa95..a48a6fe6e6c 100644
--- a/dev-vcs/git-lfs/git-lfs-9999.ebuild
+++ b/dev-vcs/git-lfs/git-lfs-9999.ebuild
@@ -52,3 +52,11 @@ src_test() {
        echo "$@"
        "$@" || die
 }
+
+pkg_postinst () {
+       if [[ -z "${REPLACING_VERSIONS}" ]]; then
+               elog ""
+               elog "Run \'git lfs install\' once for each user account 
manually."
+               elog "For more details see 
https://bugs.gentoo.org/show_bug.cgi?id=733372.";
+       fi
+}

Reply via email to