summarylogtreecommitdiffstats
path: root/simcity-2000-gog.install
blob: edde1f32961d044e9e227146577071bbb8fb8c38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
    echo "In order to save or change settings you have to use the fix-permissions.sh"
    echo "script or install 'unionfs-fuse' to get the game folder mounted in your home dir."
    echo ""
    echo "Fix permissions: The default group is 'games'"
    echo "/opt/simcity-2000/fix-permissions.sh [group]"
    echo ""
    echo "Unionfs:"
    echo 'LOWER_DIR=/opt/simcity-2000'
    echo 'UPPER_DIR=$HOME/.gog/simcity-2000/config'
    echo 'UNION_DIR=$HOME/.gog/simcity-2000/game'
}

post_upgrade() {
    post_install
}