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 23d87932d3..4d60207468 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" }