summarylogtreecommitdiffstats
path: root/nwn.install
diff options
context:
space:
mode:
Diffstat (limited to 'nwn.install')
-rw-r--r--nwn.install33
1 files changed, 12 insertions, 21 deletions
diff --git a/nwn.install b/nwn.install
index 9a4304d13759..70bd1d6904a1 100644
--- a/nwn.install
+++ b/nwn.install
@@ -1,24 +1,15 @@
-
post_install() {
- echo ">>> If you use software mixing on your sound card, uncomment the"
- echo ">>> first export statement in /usr/bin/nwn to make that work"
- echo ">>>"
- echo ">>> Some of the additional modules create .ini files the first time"
- echo ">>> they start. You may have to restart nwn a few times for it"
- echo ">>> load successfully. This is normal. Run 'nwn' from a terminal the"
- echo ">>> first few times until the game starts running correctly."
-}
-
-post_upgrade() {
- post_install $1
+ echo "Before running Neverwinter Nights, you must edit /opt/nwn/nwncdkey.ini"
+ echo " and enter the 3 CD keys that came with your NWN Diamond DVD"
+ echo ""
+
+ echo "Some of the additional linux modules create .ini files the first time"
+ echo " they start. You may have to run 'nwn' a few times for the game"
+ echo " load successfully. Run 'nwn' from a terminal initially so you can"
+ echo " inspect the output."
+ echo ""
+
+ echo "If you use software mixing on your sound card, uncomment the"
+ echo " first export statement in /usr/bin/nwn"
}
-pre_remove() {
- /bin/true
-}
-
-op=$1
-shift
-
-$op $*
-