summarylogtreecommitdiffstats
path: root/post.install
diff options
context:
space:
mode:
authorJon Gjengset2016-05-06 11:29:44 -0400
committerJon Gjengset2016-05-06 11:29:44 -0400
commit721fd9a14428050d65225c999f2d7e277c7241c7 (patch)
tree0c2612b3b59047770ba15a492b0d0638622576c3 /post.install
downloadaur-721fd9a14428050d65225c999f2d7e277c7241c7.tar.gz
Initial release
Diffstat (limited to 'post.install')
-rw-r--r--post.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/post.install b/post.install
new file mode 100644
index 000000000000..bfce9e298927
--- /dev/null
+++ b/post.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo "You may need to run rustup update stable"
+ echo "and possibly also rustup self upgrade-data"
+}
+
+post_upgrade() {
+ echo "You may need to run rustup self upgrade-data"
+}