summarylogtreecommitdiffstats
path: root/cargo-binutils.install
diff options
context:
space:
mode:
authorNicolas Truessel2018-12-23 20:16:33 +0100
committerNicolas Truessel2018-12-23 20:16:33 +0100
commitc682b24d0d88cbf4d9a137737e49ad5c685f6b51 (patch)
tree93732f6e9b6210c34c1571f36af29a637601c60f /cargo-binutils.install
downloadaur-c682b24d0d88cbf4d9a137737e49ad5c685f6b51.tar.gz
Initial commit
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'"
+}