blob: 8a0a92a9576a838e342ba7571065b66e2b51a308 (
plain)
1
2
3
4
5
|
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'
printf '%s\n' 'note: this can be locally overriden with ~/.config/openxr/1/active_runtime.json'
}
|