0695305488
This is the Neverwinter Nights data used by the Linux client. It runs under FreeBSD using the Linux emulation mode. In order to play this game, you will need the game resources, along with a license key from the retail version of this game. WWW: http://nwn.bioware.com/ Note: I have disabled the automatic fetching for this port since it is 1.2Gb in size. PR: ports/53915 Submitted by: Erik Olson <erikolson@olsonexpress.com>
22 lines
626 B
Bash
22 lines
626 B
Bash
#!/bin/sh
|
|
|
|
if [ "$2" != "POST-DEINSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
echo ""
|
|
echo "This port has been deinstalled. However, it is possible that
|
|
some files have been left on the system. There are several reasons why
|
|
this could happen:"
|
|
echo ""
|
|
echo "* Because of the conversion from the Windows to the Linux based
|
|
versions of the data files, some may have been renamed during the
|
|
upgrade process."
|
|
echo "* If you have played Neverwinter nights, your save files and user
|
|
settings will still be there."
|
|
echo ""
|
|
echo "To fully remove this port, you will also need to remove the
|
|
/compat/linux/usr/games/nwn directory."
|
|
|
|
exit 0
|
|
|