summarylogtreecommitdiffstats
path: root/helm-2to3.install
blob: 85939f72fa9c46f1ef607dc82a9ea1bf009e506f (plain)
1
2
3
4
5
6
post_install() {
  echo "Run the following command to finish plugin installation:"
  echo -e "\thelm plugin install /usr/lib/helm/plugins/2to3"
}

post_upgrade() { post_install; }