From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/gemrb/gemrb.install | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 community/gemrb/gemrb.install (limited to 'community/gemrb/gemrb.install') 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 -} - -- cgit v1.2.3-54-g00ecf