summarylogtreecommitdiffstats
path: root/flutter.install
diff options
context:
space:
mode:
Diffstat (limited to 'flutter.install')
-rw-r--r--flutter.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/flutter.install b/flutter.install
index 1367a5ce48d2..534006b51e8b 100644
--- a/flutter.install
+++ b/flutter.install
@@ -1,3 +1,7 @@
post_install() {
- echo 'You need to source /etc/profile or relogin to add flutter to your path.'
+ echo "You need to source /etc/profile or relogin to add flutter to your path."
+}
+
+post_upgrade() {
+ post_install
}