summarylogtreecommitdiffstats
path: root/trine.install
blob: 3aea4c4798588719b6681f56f550ffefdc11bdcf (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo ">>>>"
    echo ">>>> WARNING! The first time you launch Trine use trine-launcher"
    echo ">>>> or the trine.desktop file, not the trine command"
    echo ">>>> otherwise you will not be able to save your progress"
}

post_upgrade() {
    post_install
}