summarylogtreecommitdiffstats
path: root/kustomize-sops.install
blob: 8eaa3722ff4a055eb3d2c1fe69f6428e5bcfeeca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  msg
}

post_upgrade() {
  msg
}

msg() {
  echo ""
  echo "This package has installed the plugin to /opt/kustomize. Please add this to you shrellrc and any addional plugins there"
  echo ""
  echo "export KUSTOMIZE_PLUGIN_PATH=/opt/kustomize/"
}