summarylogtreecommitdiffstats
path: root/openxcom-music-sycraft.install
diff options
context:
space:
mode:
Diffstat (limited to 'openxcom-music-sycraft.install')
-rw-r--r--openxcom-music-sycraft.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/openxcom-music-sycraft.install b/openxcom-music-sycraft.install
new file mode 100644
index 000000000000..cb3569d82ce6
--- /dev/null
+++ b/openxcom-music-sycraft.install
@@ -0,0 +1,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."
+}