summarylogtreecommitdiffstats
path: root/mekhq.install
blob: 8a470e213c81c634a0c73d7cd3d0895e76e13b70 (plain)
1
2
3
4
5
6
7
function post_install () {
    echo "Use MEKHQ_CONF_NAME to change the directory read in ~/.config at startup. The default is 'mekhq'"
}

function post_upgrade () {
    post_install
}