summarylogtreecommitdiffstats
path: root/meteor.install
blob: efc7ddd3dd1fe76e33ed8b3a7c6d0d4b3524de8f (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, then run \`meteor\` once again."
}

post_upgrade() {
  post_install
}