summarylogtreecommitdiffstats
path: root/meteor.install
diff options
context:
space:
mode:
authorJean Lucas2019-07-10 16:21:46 -0400
committerJean Lucas2019-07-10 16:23:01 -0400
commit6e134d260f63e5c48bb4b27307f6985d417d620f (patch)
tree5d8f1f968f1b8f53ec1b3bc60a8c71b1b63cc44f /meteor.install
parent71623f93a7851ecfd634ea1053671eb43bac82fc (diff)
downloadaur-6e134d260f63e5c48bb4b27307f6985d417d620f.tar.gz
Revert back to external executable
Diffstat (limited to 'meteor.install')
-rw-r--r--meteor.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/meteor.install b/meteor.install
index aa710ac5f7ce..74b2dc90485d 100644
--- a/meteor.install
+++ b/meteor.install
@@ -1,5 +1,7 @@
post_install() {
- echo "Meteor is not meant to be upgraded via the binary download, since a Meteor tree needs to be owned by a regular user. First run of \`meteor\` per user will copy the binary tree to ~/.meteor. Subsequent use will run Meteor from your tree. On Arch package version increment - to upgrade your tree, either delete it and run \`meteor\` to copy the new tree over, or manually sync the changes from /usr/share/meteor over to it (e.g. using \`rsync -rl --delete /usr/share/meteor/ ~/.meteor\`)."
+ echo "Meteor is not meant to be upgraded via the binary download, since a Meteor tree needs to be owned by a regular user."
+ echo "First run of \`meteor\` per user will copy the tree to ~/.meteor. Subsequent use will run Meteor from that tree."
+ echo "On Arch package version increment: To upgrade your tree, either delete it and run \`meteor\` to copy the new tree over, or manually sync the changes from /usr/share/meteor over to it (e.g. using \`rsync -aAXv --delete /usr/share/meteor/ ~/.meteor/\`)."
}
post_upgrade() {