summarylogtreecommitdiffstats
path: root/rbdoom-3-bfg.install
diff options
context:
space:
mode:
authorMike Swanson2017-08-26 21:57:22 -0700
committerMike Swanson2017-08-26 21:57:22 -0700
commit869fb205c6b6c3c85e824cc89ebb7d746967f4f1 (patch)
tree014ed16988c5f92187ec7bfbcd173d8361df15e6 /rbdoom-3-bfg.install
parentc3d7bf13209f076a455eae343e515570fbc723a3 (diff)
downloadaur-869fb205c6b6c3c85e824cc89ebb7d746967f4f1.tar.gz
Note about selecting multiple languages.
Diffstat (limited to 'rbdoom-3-bfg.install')
-rw-r--r--rbdoom-3-bfg.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/rbdoom-3-bfg.install b/rbdoom-3-bfg.install
new file mode 100644
index 000000000000..f7bc30b892e4
--- /dev/null
+++ b/rbdoom-3-bfg.install
@@ -0,0 +1,15 @@
+post_install() {
+ cat <<EOF
+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 repair this, make a ~/.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
+}