summarylogtreecommitdiffstats
path: root/etterna-git.install
blob: 3075852b25c2a4fad09b176380853485697d714c (plain)
1
2
3
4
5
6
7
function post_install {
    desktop-file-install "/usr/share/applications/etterna.desktop"
}

function post_upgrade {
    post_install
}