summarylogtreecommitdiffstats
path: root/steamforwarder.install
diff options
context:
space:
mode:
Diffstat (limited to 'steamforwarder.install')
-rw-r--r--steamforwarder.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/steamforwarder.install b/steamforwarder.install
new file mode 100644
index 000000000000..ae438170599a
--- /dev/null
+++ b/steamforwarder.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo "You have to create a 32-bit Wine environment for SteamForwarder to work."
+ echo "This can be achieved by running $ WINEARCH=win32 winecfg"
+}