summaryrefslogtreecommitdiff
path: root/openxcom.install
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-03-27 17:13:46 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-03-27 17:13:46 -0700
commit5c075a303158a744000492e69393e6ff14edbee5 (patch)
treea6f5df5b3a83a6efc564507f8da69b620e874465 /openxcom.install
downloadopenxcom-5c075a303158a744000492e69393e6ff14edbee5.tar.xz
Initial commit
Diffstat (limited to 'openxcom.install')
-rw-r--r--openxcom.install5
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"
+}