summarylogtreecommitdiffstats
path: root/nwn.install
diff options
context:
space:
mode:
authorSlashbunny2011-02-08 23:29:37 -0500
committerSlashbunny2011-02-08 23:29:37 -0500
commit95a9623139e3a92bba213a6d8e870f90042a6ec3 (patch)
tree7310db6da85c08f797a548b330f84155d9b77e27 /nwn.install
parentb76216db746dcf46093981fa4660f16f4cadd5cb (diff)
downloadaur-95a9623139e3a92bba213a6d8e870f90042a6ec3.tar.gz
Many fixes, mostly to get x86_64 to work properly
Diffstat (limited to 'nwn.install')
-rw-r--r--nwn.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/nwn.install b/nwn.install
index e8bfa88fe72b..9a4304d13759 100644
--- a/nwn.install
+++ b/nwn.install
@@ -7,17 +7,6 @@ post_install() {
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."
- echo ">>>"
- echo ">>> If something throws an error saying it cannot create the .ini file, "
- echo ">>> try modifying the export LD_PRELOAD line in /usr/bin/nwn to"
- echo ">>> include just one additional library at a time. For example:"
- echo ">>>"
- echo ">>> export LD_PRELOAD=./nwuser.so (start nwn)"
- echo ">>> export LD_PRELOAD=./nwuser.so:./nwmouse.so (start nwn)"
- echo ">>> export LD_PRELOAD=./nwuser.so:./nwmouse.so:./nwmovies.so (start nwn)"
- echo ">>> ... etc"
- echo ">>>"
- echo ">>> Now when you start NWN again, all the extra modules should load successfully."
}
post_upgrade() {