summarylogtreecommitdiffstats
path: root/etterna-git.install
blob: 219cdda1ec4b3f395781cefcbc9b2e94c41d9187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
function post_install {
    desktop-file-install "/usr/share/applications/etterna.desktop"
    chmod 777 -R /opt/etterna
    echo "All user data is stored in your home directory."
    echo "However, you should still keep a backup of the data in /opt/etterna if you reinstall/remove Etterna!"
}

function post_upgrade { 
    post_install
}

function post_remove { 
    echo "Etterna has been uninstalled - all data in /opt/etterna is gone forever!"
}