diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-27 17:13:46 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-27 17:13:46 -0700 |
commit | 5c075a303158a744000492e69393e6ff14edbee5 (patch) | |
tree | a6f5df5b3a83a6efc564507f8da69b620e874465 /openxcom.install | |
download | openxcom-5c075a303158a744000492e69393e6ff14edbee5.tar.xz |
Initial commit
Diffstat (limited to 'openxcom.install')
-rw-r--r-- | openxcom.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openxcom.install b/openxcom.install new file mode 100644 index 0000000..5d741f5 --- /dev/null +++ b/openxcom.install @@ -0,0 +1,5 @@ +post_install() { + echo " OpenXcom requires the original X-COM resources." + echo " Copy these game subfolders to /usr/share/openxcom/data:" + echo "GEODATA, GEOGRAPH, MAPS, ROUTES, SOUND, TERRAIN, UFOGRAPH, UFOINTRO, UNITS" +} |