updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / hexen2 / hexen2.install
blobca2540965a74b1f45b799e12993070ca4da5d80e
1 post_install() {
2 cat << EOF
3 >>> You'll need the original Hexen II data files from either
4 >>> the demo, retail Version or Portal of Praevus add-on
6 >>> s to ~/.hexen2/data1 or /opt/hexen2/data1
7 >>> Copy the needed .pak files to /opt/hexen2/data1 and if necessary 
8 >>> patch them with the launcher
10 >>> NOTE: Filenames must be lowercase!
11 >>> WARNING WARNING WARNING WARNING WARNING
12 >>>  This new version no longer looks for data games in ~/.hexen2/data1 
13 >>>  the *.pak files must be moved to /opt/hexen2/data1
14 EOF
17 post_upgrade() {
18   post_install $1
21 op=$1
22 shift
24 $op $*