aports/testing/flightgear/flightgear.post-install

11 lines
310 B
Bash
Executable File

#!/bin/sh
echo
echo " Please download the flightgear-data-VERSION.tar.bz2 file at:"
echo
echo " http://downloads.sourceforge.net/project/flightgear"
echo
echo " and extract it in /var/lib/flightgear"
echo " before running the program or change its location"
echo " by setting the variable FG_ROOT"
echo