summarylogtreecommitdiffstats
path: root/.install
blob: f93871b20a2d344fa65b0ecccee83c91bb424a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    echo ">>> Kustomrunner installed."
    echo "Run it with: kustomrunner"
}

post_upgrade() {
    echo ">>> Kustomrunner upgraded."
}

pre_remove() {
    echo ">>> Kustomrunner removing..."
}