summarylogtreecommitdiffstats
path: root/s25rttr.install
blob: de380ddb33a564613449624ebec3f3935fe7033a (plain)
1
2
3
4
5
6
7
8
post_install() {
    echo ">> Place a copy of the original Settlers II"
    echo ">> in /usr/share/s25rttr/S2/"
}

post_upgrade() {
    post_install
}