15 lines
377 B
Text
15 lines
377 B
Text
|
case "${ACTION}" in
|
||
|
post)
|
||
|
cat <<EOF
|
||
|
=========================================================================
|
||
|
|
||
|
To run darkplaces you need data files. Get the Quake 1 data files from
|
||
|
somewhere. Copy the data files (id1/pak0.pak) to /opt/quake/.
|
||
|
|
||
|
To start a game, run darkplaces-{glx,sdl}.
|
||
|
|
||
|
=========================================================================
|
||
|
EOF
|
||
|
;;
|
||
|
esac
|