summarylogtreecommitdiffstats
path: root/osvr-steamvr.install
diff options
context:
space:
mode:
Diffstat (limited to 'osvr-steamvr.install')
-rw-r--r--osvr-steamvr.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/osvr-steamvr.install b/osvr-steamvr.install
new file mode 100644
index 000000000000..dbe162dd454e
--- /dev/null
+++ b/osvr-steamvr.install
@@ -0,0 +1,13 @@
+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 "==> cp -rf /usr/lib/steamvr/drivers/osvr/ ~/.local/share/Steam/SteamApps/common/OpenVR/drivers/"
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}