aboutsummaryrefslogtreecommitdiff
path: root/games/linux-nwnclient/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'games/linux-nwnclient/pkg-install')
-rw-r--r--games/linux-nwnclient/pkg-install16
1 files changed, 0 insertions, 16 deletions
diff --git a/games/linux-nwnclient/pkg-install b/games/linux-nwnclient/pkg-install
deleted file mode 100644
index b05f3c671c2a..000000000000
--- a/games/linux-nwnclient/pkg-install
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-if [ "$2" = "POST-INSTALL" -o -n "${BATCH}" -o -n "${PACKAGE_BUILDING}"
-]; then
- exit 0
-fi
-
-/usr/bin/dialog --msgbox "In order to play Neverwinter Nights, you will
-need the data files from the game. This can be accomplished in a few
-different ways. You can copy them manually into the
-/usr/compat/linux/games/nwn directory, or you use the
-games/linux-nwndata port. The files will be automatically checked for.
- If they are not available, then the games/linux-nwndata port will
-automatically be installed. NOTE: This port is installed so that you
-will need to be a member of the games group in order to play." 12 70 ||
-/usr/bin/false