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