blob: 8f4c562c5cb74bf3b521ecf34c28ac8ac494dc08 (
plain)
1
2
3
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'
}
|