summarylogtreecommitdiffstats
path: root/rbdoom-3-bfg.install
blob: c846508e49a5a64664c3a8e763ea39fb990bcaa7 (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
RBDoom 3 BFG requires the game data files to play.
Either install the optional doom3-bfg-data package
or copy the "base" directory of any Doom 3 BFG install
to either ~/.local/share/rbdoom3bfg or /usr/share/games/doom3bfg.

If your doom3bfg-data package includes multiple *.lang files under
/usr/share/games/doom3bfg/base/strings, you may find the game starting
up in Japanese or another unwanted language on launch.

To fix this, make a ~/.loca/share/rbdoom3bfg/base/default.cfg
file with the following line as its contents, English as the example:
seta sys_lang "english"
EOF
}

post_upgrade() {
  post_install
}