diff options
Diffstat (limited to 'misc/setup/pkg/ioquake3d/postinstall')
-rw-r--r-- | misc/setup/pkg/ioquake3d/postinstall | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/setup/pkg/ioquake3d/postinstall b/misc/setup/pkg/ioquake3d/postinstall new file mode 100644 index 0000000..f116fc3 --- /dev/null +++ b/misc/setup/pkg/ioquake3d/postinstall @@ -0,0 +1,10 @@ +#!/bin/sh +# +# @(#)postinstall $Id: postinstall,v 1.2 2006/01/25 13:22:56 coyote Exp $ +# +# postinstall script for quake3 + +quake3_dir=$BASEDIR + +exit 0 + |