mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
bd911a47db
taken his patch against icculus.org's quake2 tree, and applied it to solaris/ and then migrated that stuff to our tree in src/ so it gets built.
10 lines
99 B
Bash
10 lines
99 B
Bash
#!/bin/sh
|
|
#
|
|
# @(#)postinstall $Id$
|
|
#
|
|
# postinstall script for quake2
|
|
|
|
quake2_dir=$BASEDIR
|
|
|
|
exit 0
|
|
|