summarylogtreecommitdiffstats
path: root/etterna.install
blob: d09329217989b9cd20f879ba865a1d14f01a575c (plain)
1
2
3
4
5
6
7
function post_upgrade {
    echo "All game data will be stored in ~/.etterna, if you previous had game data in /opt/etterna it will need to be moved to ~/.etterna"
}

function post_remove {
    echo "Any game data copied to ~/.etterna will remain behind"
}