summarylogtreecommitdiffstats
path: root/rust.install
blob: 1e4a6f51eb719eaea20b08106ae0770ae443eda4 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo ""
  echo "==> Remember to add (require 'rust-mode) to your ~/.emacs if you wish to use it."
  echo ""
}

post_upgrade() {
  post_install "$@"
}