mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-12 23:44:21 +00:00
672cfbf16f
* Bump Q3_VERSION to 1.35
10 lines
149 B
Bash
10 lines
149 B
Bash
#!/bin/sh
|
|
#
|
|
# @(#)postinstall $Id: preinstall,v 1.2 2006/01/25 13:22:56 coyote Exp $
|
|
#
|
|
# postinstall script for quake3
|
|
|
|
quake3_dir=$BASEDIR
|
|
|
|
exit 0
|
|
|