summarylogtreecommitdiffstats
path: root/d1x-rebirth.install
diff options
context:
space:
mode:
authorSanskritFritz2015-06-14 00:37:44 +0200
committerSanskritFritz2015-06-14 00:37:44 +0200
commit077a965f98f11f84d09f609d2f6698545ded9037 (patch)
tree8da8bd71e366f1da89de36cdaac89860c34f0da0 /d1x-rebirth.install
downloadaur-077a965f98f11f84d09f609d2f6698545ded9037.tar.gz
Initial import
Diffstat (limited to 'd1x-rebirth.install')
-rwxr-xr-xd1x-rebirth.install31
1 files changed, 31 insertions, 0 deletions
diff --git a/d1x-rebirth.install b/d1x-rebirth.install
new file mode 100755
index 000000000000..e56a7de3a9be
--- /dev/null
+++ b/d1x-rebirth.install
@@ -0,0 +1,31 @@
+post_install() {
+ echo 'Put your Descent 1 datas either to /usr/share/d1x-rebirth/ or ~/.d1x-rebirth/'
+
+ cat << EOF
+Following files are needed to run the game:
+
+descent.hog
+descent.pig
+
+You don't own the full game, yet?
+Just visit GOOD OLD GAMES via:
+http://www.gog.com/en/gamecard/descent_1_descent_2/pp/fc074d501302eb2b93e2554793fcaf50b3bf7291
+and download it for a very low price! DRM-FREE!
+
+You can get AddOns for the game from http://www.dxx-rebirth.com/addons/
+
+EOF
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+/bin/true
+}
+
+op=$1
+shift
+
+$op "$@"