mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-13 14:11:35 +00:00
11 lines
99 B
Text
11 lines
99 B
Text
|
#!/bin/sh
|
||
|
#
|
||
|
# @(#)postinstall $Id$
|
||
|
#
|
||
|
# postinstall script for quake2
|
||
|
|
||
|
quake2_dir=$BASEDIR
|
||
|
|
||
|
exit 0
|
||
|
|