summarylogtreecommitdiffstats
path: root/meteor.install
blob: 1e812377c847ab75640afcc5e43b2ed0e23c6e36 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "==> This package will not upgrade every user's Meteor installation when \`meteor\`"
  echo "==> is run, it will only create \"~/.meteor/\" once per user, and copy the"
  echo "==> contents of \"/usr/share/meteor/\" to it. To upgrade Meteor, manually delete"
  echo "==> your user's \"~/.meteor/\" directory, and run \`meteor\`."
}

post_upgrade() {
  post_install
}