summarylogtreecommitdiffstats
path: root/meteor.install
diff options
context:
space:
mode:
Diffstat (limited to 'meteor.install')
-rw-r--r--meteor.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/meteor.install b/meteor.install
new file mode 100644
index 000000000000..efc7ddd3dd1f
--- /dev/null
+++ b/meteor.install
@@ -0,0 +1,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
+}