summarylogtreecommitdiffstats
path: root/etterna.install
blob: 8d646ca482db98730831debfbb2978d4ce01d1e3 (plain)
1
2
3
4
5
6
7
function post_upgrade {
    test -d ~/.stepmania-5.0/Save && cp -ar ~/.stepmania-5.0/Save/ /opt/etterna/
#rm -rf /opt/etterna/Cache
}
function post_remove {
    echo "Etterna has been uninstalled - all data in /opt/etterna is gone forever!"
}