summaryrefslogtreecommitdiff
path: root/community/gemrb/gemrb.install
diff options
context:
space:
mode:
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
-}
-