summarylogtreecommitdiffstats
path: root/osvr-steamvr.install
diff options
context:
space:
mode:
authorChristoph Haag2016-07-06 12:44:39 +0200
committerChristoph Haag2016-07-06 12:44:39 +0200
commit9ababd54aa4e4732c5b0de9010d89decaf104365 (patch)
tree28f082d88219772759d244d321b61b94c9dca534 /osvr-steamvr.install
parentcd458a9caf297896cb10f9a4d1d0f9dfc2280b7b (diff)
downloadaur-9ababd54aa4e4732c5b0de9010d89decaf104365.tar.gz
update and fix paths and install msg
it's now in /usr/lib/openvr/osvr/
Diffstat (limited to 'osvr-steamvr.install')
-rw-r--r--osvr-steamvr.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/osvr-steamvr.install b/osvr-steamvr.install
index 0b42c073b165..480bd37a1aea 100644
--- a/osvr-steamvr.install
+++ b/osvr-steamvr.install
@@ -1,7 +1,7 @@
post_install() {
echo "==> Now copy the driver to the SteamVR directory according to https://github.com/ValveSoftware/openvr/wiki/Driver-Documentation."
echo "==> Should be something like:"
- echo "==> ln -s /usr/lib/steamvr/drivers/osvr/ ~/.local/share/Steam/SteamApps/common/SteamVR/drivers/"
+ echo "==> ln -s /usr/lib/openvr/osvr/ ~/.local/share/Steam/SteamApps/common/SteamVR/drivers/"
}
post_upgrade() {