summaryrefslogtreecommitdiff
path: root/community/gemrb/gemrb.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gemrb/gemrb.install
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gemrb/gemrb.install')
-rw-r--r--community/gemrb/gemrb.install24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/gemrb/gemrb.install b/community/gemrb/gemrb.install
deleted file mode 100644
index 43ea46f2c..000000000
--- a/community/gemrb/gemrb.install
+++ /dev/null
@@ -1,24 +0,0 @@
-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
-
-gtk-update-icon-cache -f /usr/share/icons/hicolor/
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- echo "Don't forget to remove game data files."
- post_install
-}
-