diff options
Diffstat (limited to 'code/unix/setup/pkg/ioquake3/preinstall')
-rw-r--r-- | code/unix/setup/pkg/ioquake3/preinstall | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/code/unix/setup/pkg/ioquake3/preinstall b/code/unix/setup/pkg/ioquake3/preinstall new file mode 100644 index 0000000..ad126a1 --- /dev/null +++ b/code/unix/setup/pkg/ioquake3/preinstall @@ -0,0 +1,10 @@ +#!/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 + |