summarylogtreecommitdiffstats
path: root/dungeon-keeper-gold-gog.install
blob: c3fe29fd68612ba4891865983802f87e53229f8c (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/dungeon-keeper-gold/fix-permissions.sh [group]"
    echo ""
    echo "Unionfs:"
    echo 'LOWER_DIR=/opt/dungeon-keeper-gold'
    echo 'UPPER_DIR=$HOME/.gog/dungeon-keeper-gold/config'
    echo 'UNION_DIR=$HOME/.gog/dungeon-keeper-gold/game'
}

post_upgrade() {
    post_install
}