summarylogtreecommitdiffstats
path: root/cargo-binutils.install
diff options
context:
space:
mode:
Diffstat (limited to 'cargo-binutils.install')
-rw-r--r--cargo-binutils.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/cargo-binutils.install b/cargo-binutils.install
new file mode 100644
index 000000000000..4ec99ab52dc1
--- /dev/null
+++ b/cargo-binutils.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo ":: Make sure to also add the llvm tools component"
+ echo " using 'rustup component add llvm-tools-preview'"
+}
+
+post_remove() {
+ echo ":: If you no longer require the llvm tools from rustup, you can"
+ echo " remove it with 'rustup component remove llvm-tools-preview'"
+}