diff options
author | Nils Freydank <nils.freydank@posteo.de> | 2020-08-09 13:03:07 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-13 00:10:42 +0200 |
commit | b1d6e0c963ac8272a5d03337b66260234036d3c2 (patch) | |
tree | 0cac4da8d5ed75ae9123b02cf360f2793a7527a2 /dev-vcs/git-lfs | |
parent | dev-vcs/git-lfs: Add a note about manual post install step (diff) | |
download | gentoo-b1d6e0c963ac8272a5d03337b66260234036d3c2.tar.gz gentoo-b1d6e0c963ac8272a5d03337b66260234036d3c2.tar.bz2 gentoo-b1d6e0c963ac8272a5d03337b66260234036d3c2.zip |
dev-vcs/git-lfs: Update live ebuild
Reported-by: Vitaly Zdanevich <zdanevich.vitaly@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@posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/17057
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-vcs/git-lfs')
-rw-r--r-- | dev-vcs/git-lfs/git-lfs-9999.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild b/dev-vcs/git-lfs/git-lfs-9999.ebuild index 001d987aa95f..a48a6fe6e6c6 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 +} |