mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
11 lines
261 B
Bash
11 lines
261 B
Bash
#!/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
|