dev-util/rust-analyzer-bin: moved elog to postinst

Signed-off-by: James Kalyan <contrib_x@protonmail.com>
This commit is contained in:
James Kalyan
2021-06-08 20:21:04 -06:00
parent 6dc0175706
commit 6a15398937

View File

@@ -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"
}