summarylogtreecommitdiffstats
path: root/ags.install
diff options
context:
space:
mode:
Diffstat (limited to 'ags.install')
-rw-r--r--ags.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/ags.install b/ags.install
new file mode 100644
index 000000000000..62403a86f514
--- /dev/null
+++ b/ags.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo ""
+ echo " In order to run a game, you must first install it either with Wine"
+ echo " or just use Windows installation"
+
+ echo " To run it type ags '/GameDir/Game.exe'"
+
+ echo " The native game configurator isn't supported yet,"
+ echo " so you must use the Windows one ('winsetup.exe') with Wine."
+ echo ""
+}