summarylogtreecommitdiffstats
path: root/rust.install
diff options
context:
space:
mode:
Diffstat (limited to 'rust.install')
-rw-r--r--rust.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/rust.install b/rust.install
deleted file mode 100644
index 1e4a6f51eb71..000000000000
--- a/rust.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- echo ""
- echo "==> Remember to add (require 'rust-mode) to your ~/.emacs if you wish to use it."
- echo ""
-}
-
-post_upgrade() {
- post_install "$@"
-}