summarylogtreecommitdiffstats
path: root/mekhq.install
blob: 8e9ed36a28944bcda4dd408bac9da5d589d857a5 (plain)
1
2
3
4
5
6
7
8
function post_install () {
    echo "This is a development snapshot, so it uses it's own config/data directory"
    echo "Use MEKHQ_CONF_NAME to change the directory read in ~/.config at startup. The default is 'mekhq-0.48.11'"
}

function post_upgrade () {
    post_install
}