summaryrefslogtreecommitdiff
path: root/games/quake/INSTALL
blob: f5a842ee2a90e806b6176910d1a825ad8aa4338f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

if [ "$2" = "POST-INSTALL" ]
then
    echo
    echo =====================================================================
    echo For running quake you need data files. Look for quakesw-1.0.6.tar.gz.
    echo Extract it somewhere, and start quake from the same directory, e.g.
    echo by running \'quake.x11\'.
    echo =====================================================================
fi