mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
7161000e10
Also, more nuked files -- and see, I remembered there's a makefile in this dir... :)
10 lines
254 B
Bash
10 lines
254 B
Bash
#!/bin/sh -e
|
|
|
|
if test ! -f /usr/share/games/quake/id1/pak0.pak; then
|
|
echo "Warning: /usr/share/games/quake/id1/pak0.pak not found."
|
|
echo "Install either the shareware or registered quake data into"
|
|
echo "/usr/share/games/quake"
|
|
fi
|
|
|
|
#DEBHELPER#
|
|
exit 0
|