summarylogtreecommitdiffstats
path: root/unrealtournament-bonuspack2.install
blob: cbe2ff6b68ea849ae48a4d4221a40449ca4d525c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
    cat << __EOF__
Add the following to the respective sections of your UnrealTournament.ini:
    [Engine.GameEngine]
    ServerPackages=De
    [Editor.EditorEngine]
    EditPackages=De
__EOF__
}

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