blob: cb3569d82ce6483ab669d2515c345538deb13ed2 (
plain)
1
2
3
4
5
6
7
8
9
|
ufodir=/usr/share/openxcom/UFO
post_install() {
[ -f "$ufodir/GEODATA/WORLD.DAT" ] && exit
echo ">>> It seems your XCOM/UFO data files are not installed in the"
echo " standard directory $ufodir. The Sycraft"
echo " soundtrack will not be automatically detected unless it is"
echo " installed into the same directory as your XCOM data files."
}
|