mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 21:20:07 +00:00
12 lines
261 B
Text
12 lines
261 B
Text
|
#!/bin/sh -e
|
||
|
|
||
|
if test ! -f /usr/share/games/quakeforge/id1/pak0.pak; then
|
||
|
echo Warning: /usr/share/games/quakeforge/id1/pak0.pak not found
|
||
|
echo Install either the shareware or registered quake data in
|
||
|
echo /usr/share/games/quakeforge
|
||
|
fi
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|