summarylogtreecommitdiffstats
path: root/ammonite.install
blob: 9f18feead2d85999c1aa7c1ef9efc7f6f9cb3f72 (plain)
1
2
3
4
5
6
7
8
post_install() {
    echo
    echo ">>> The executable is 'amm'"
}

post_upgrade() {
    post_install
}