summarylogtreecommitdiffstats
path: root/jsettlers-git.install
blob: 869fee950ce9720b56ec9c30f1daf43ee7fae0da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
function info() {
    echo "The game will ask you for the original game data:"
    echo "If you own \"The Settlers 3\", you can select the installation folder from it."
    echo "(Install with wine)"
    echo "If you don't own \"The Settlers 3\" use the demo"
}

post_install() {
    info
}

post_upgrade() {
    info
}