blob: e317d246df2654dc5d16180577d2ce8ac8addf6e (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo " OpenXcom requires the original X-COM resources."
echo " You need the following subfolders from the original game:"
echo " GEODATA, GEOGRAPH, MAPS, ROUTES, SOUND, TERRAIN, UFOGRAPH, UFOINTRO, UNITS"
echo " Copy those subfolders to one of the following locations:"
echo " - /usr/share/openxcom/UFO"
echo " - <user home folder>/.local/share/openxcom/UFO"
}
|