commit: 6a15398937b5264ce71302a9355ff0ecfe2a03e9
Author: James Kalyan <contrib_x <AT> protonmail <DOT> com>
AuthorDate: Wed Jun 9 02:21:04 2021 +0000
Commit: James Kalyan <contrib_x <AT> protonmail <DOT> com>
CommitDate: Wed Jun 9 02:21:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a153989
dev-util/rust-analyzer-bin: moved elog to postinst
Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>
dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild
b/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild
index 23d87932d..4d6020746 100644
--- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild
+++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild
@@ -15,5 +15,8 @@ S=${WORKDIR}
src_install() {
newbin rust-analyzer-linux rust-analyzer
+}
+
+pkg_postinst() {
elog "Make sure to add your desired rust toolchain (e.g. with rustup)
for rust-analyzer to work correctly"
}