summarylogtreecommitdiffstats
path: root/settlers3-demo-data.install
blob: 65a32f26d8ab843b8e5043c030dcd72b06a9dced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
function info() {
    echo "When starting JSettlers for the first time select the following folder:"
    echo "/usr/share/jsettlers/s3"
}

post_install() {
    info
}

post_upgrade() {
    info
}