summarylogtreecommitdiffstats
path: root/gemrb.install
diff options
context:
space:
mode:
authorAntonio Rojas2020-02-01 09:39:45 +0000
committerAntonio Rojas2020-02-01 09:39:45 +0000
commit8453ea545cb1960015aa2d857277b97c39d272fa (patch)
tree1abf4d0d643e095595bcf3678991f638fc779e1a /gemrb.install
downloadaur-8453ea545cb1960015aa2d857277b97c39d272fa.tar.gz
Dropped from repos
Diffstat (limited to 'gemrb.install')
-rw-r--r--gemrb.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/gemrb.install b/gemrb.install
new file mode 100644
index 000000000000..624a31fc7e74
--- /dev/null
+++ b/gemrb.install
@@ -0,0 +1,17 @@
+post_install() {
+ cat << EOF
+
+Installing the games
+--------------------
+ 1. Install the game(s) (eg using wine or Unshield)
+ 2. Copy /etc/gemrb/GemRB.cfg.sample to ~/.gemrb/gemrb.cfg or to /etc/gemrb/gemrb.cfg
+ 3. Edit gemrb.cfg, mainly to set up the path to the game's data files. It is crucial to get this right.
+ 4. Now You can start the game by executing "gemrb" at the command line prompt
+
+EOF
+}
+
+post_remove() {
+ echo "Don't forget to remove game data files."
+}
+