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" }