summarylogtreecommitdiffstats
path: root/unrealtournament-bonuspack4.install
blob: d4ad1123c424fdae63ba5feff89021f3a39ff113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
    cat << __EOF__
Add the following to the respective sections of your UnrealTournament.ini:
    [Engine.GameEngine]
    ServerPackages=SkeletalChars
__EOF__
}

post_remove() {
    cat << __EOF__
Remove the following from the respective sections of your UnrealTournament.ini:
    [Engine.GameEngine]
    ServerPackages=SkeletalChars
__EOF__
}