summarylogtreecommitdiffstats
path: root/flutter.install
blob: 534006b51e8b65e3f5a8a880bd122c4adaffe534 (plain)
1
2
3
4
5
6
7
post_install() {
  echo "You need to source /etc/profile or relogin to add flutter to your path."
}

post_upgrade() {
  post_install
}