summarylogtreecommitdiffstats
path: root/flutter.install
diff options
context:
space:
mode:
authorfrealgagu2018-03-31 15:22:46 -0500
committerfrealgagu2018-03-31 15:22:46 -0500
commit91010844787d9f05ab907a43079a0cb41ae4d122 (patch)
tree108059102521e76007eeb062912ab7c2049e5082 /flutter.install
parent47be669f32236603e4f121f446f5545a448d9d50 (diff)
downloadaur-91010844787d9f05ab907a43079a0cb41ae4d122.tar.gz
Fixing dependencies
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
}