summarylogtreecommitdiffstats
path: root/dethrace.install
blob: 2e2e829a15cb1d9c6770a1f6bb6fd2ccee80d61f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Author: buzz

post_install()
{
    cat <<EOF

  Dethrace needs the original Carmageddon game files to work. You can specify
  the location using an env var. Example:

  $ DETHRACE_ROOT_DIR=/path/to/carmageddon dethrace -hires

EOF
}