summarylogtreecommitdiffstats
path: root/wineasio.install
diff options
context:
space:
mode:
Diffstat (limited to 'wineasio.install')
-rw-r--r--wineasio.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/wineasio.install b/wineasio.install
new file mode 100644
index 000000000000..796d60b8e274
--- /dev/null
+++ b/wineasio.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo "Your user must belong to the realtime group in order to use wineasio."
+ echo "This can be done with 'sudo usermod -aG realtime \$(whoami)'"
+} \ No newline at end of file