summarylogtreecommitdiffstats
path: root/monado.install
diff options
context:
space:
mode:
Diffstat (limited to 'monado.install')
-rw-r--r--monado.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/monado.install b/monado.install
new file mode 100644
index 000000000000..8f4c562c5cb7
--- /dev/null
+++ b/monado.install
@@ -0,0 +1,4 @@
+post_install() {
+ printf '%s\n' 'To make Monado the default OpenXR runtime, create a symlink to'
+ printf '%s\n' '/usr/share/openxr/1/openxr_monado.json at /etc/xdg/openxr/1/active_runtime.json'
+}