mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-12 07:34:31 +00:00
11 lines
148 B
Text
11 lines
148 B
Text
|
#!/bin/sh
|
||
|
#
|
||
|
# @(#)postinstall $Id: preremove,v 1.2 2006/01/25 13:22:56 coyote Exp $
|
||
|
#
|
||
|
# postinstall script for quake3
|
||
|
|
||
|
quake3_dir=$BASEDIR
|
||
|
|
||
|
exit 0
|
||
|
|