summaryrefslogtreecommitdiff
path: root/pst/install-patch-fixpack.sh
diff options
context:
space:
mode:
authornick <myownlittlworld@hotmail.com>2009-05-02 23:38:54 -0500
committernick <myownlittlworld@hotmail.com>2009-05-02 23:38:54 -0500
commite2f6690cc2cf57df3788a20f5be2dfbdf5d660b8 (patch)
tree023c1f657bd8e76080a1aa232c5e3238fecd1a2c /pst/install-patch-fixpack.sh
parentd400ae382e09b091fb372ffc9163273ff40ddb1d (diff)
parent28083ccefa13e4137afb300544072e7e176c7de8 (diff)
downloadgemrb-gameinstallers-e2f6690cc2cf57df3788a20f5be2dfbdf5d660b8.tar.bz2
gemrb-gameinstallers-e2f6690cc2cf57df3788a20f5be2dfbdf5d660b8.zip
Merged with latest from upstream.
Diffstat (limited to 'pst/install-patch-fixpack.sh')
-rwxr-xr-xpst/install-patch-fixpack.sh35
1 files changed, 0 insertions, 35 deletions
diff --git a/pst/install-patch-fixpack.sh b/pst/install-patch-fixpack.sh
deleted file mode 100755
index 6630023..0000000
--- a/pst/install-patch-fixpack.sh
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/bash
-# Planescape: Torment Ultimate Weidu Fixpack
-
-scriptdir="$(dirname $0)"/..
-source "$scriptdir/includes/generic-includes.sh"
-source "$scriptdir/includes/patch-includes.sh"
-
-parseargs "$@"
-
-checkforbin WeiDU unrar
-
-setuptmp
-
-if [ ! -f "$PATCHDIR/pstfixpack.rar" ]; then
- echo "You need to download the fixpack from http://dl.spellholdstudios.net/pst-fixpack" 1>&2
- echo "and put it in $PATCHDIR to install this patch" 1>&2
- exit
-fi
-
-unrar x -o+ -cl "$PATCHDIR/pstfixpack.rar" "$TARGETDIR" || die
-rm "$TARGETDIR/setup-pst-fix.exe"
-cd "$TARGETDIR"
-
-case "$LANGUAGE" in
- "German" ) langno=1 ;;
- "Spanish" ) langno=2 ;;
- "Italian" ) langno=3 ;;
- * ) langno=0 ;;
-esac
-
-# echo to install all manually as --yes assumes English
-echo -e "${langno}\nn\ni\ni\ni\n\n" \
-| WeiDU --continue setup-pst-fix.tp2 || die
-
-setperms "$TARGETDIR"