aboutsummaryrefslogtreecommitdiff
path: root/games/nwndata/pkg-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'games/nwndata/pkg-deinstall')
-rw-r--r--games/nwndata/pkg-deinstall22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/nwndata/pkg-deinstall b/games/nwndata/pkg-deinstall
new file mode 100644
index 000000000000..3fd0a49ecf93
--- /dev/null
+++ b/games/nwndata/pkg-deinstall
@@ -0,0 +1,22 @@
+#!/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
+