summarylogtreecommitdiffstats
path: root/ags.install
diff options
context:
space:
mode:
authorAinola2015-09-05 17:15:38 -0600
committerAinola2015-09-05 17:15:38 -0600
commitd191b04623ab2b9d89c231b2364a12289fb5adab (patch)
treee09a477e3637c9640457a1f75e70a8c3956ae373 /ags.install
downloadaur-d191b04623ab2b9d89c231b2364a12289fb5adab.tar.gz
initial
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..33f7f11c7a87
--- /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 ""
+}