updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / duke3d-svn / duke3d-svn.install
blobabf5b16c76fd0a9538c7cfccabf4065f98c5fc79
1 post_install() {
2 cat << EOF
4 >>> You'll need the original Duke Nukem 3D data files
5 >>> from either the shareware or full game version to play.
7 >>> Change to the directory where the game data is located, then
8 >>>  do 'install -m644 DUKE3D.GRP /usr/share/duke3d-svn/duke3d.grp'
9 >>> and 'install -m644 DUKE3D.CFG /usr/share/duke3d-svn/duke3d.cfg'
10 >>> and 'install -m644   DUKE.RTS /usr/share/duke3d-svn/duke.rts'
11 >>> to copy the files and set proper permissions.
12 >>> timidity-eawpatches should be installed and properly configured
13 >>> to correctly play game music
15 EOF
18 post_upgrade() {
19 post_install $1
22 op=$1
23 shift
25 $op $*