summarylogtreecommitdiffstats
path: root/osvr-steamvr.install
diff options
context:
space:
mode:
authorChristoph Haag2015-07-29 18:08:52 +0200
committerChristoph Haag2015-07-29 18:09:57 +0200
commitcd569f818436773d5e67c025cab57c5cd2810495 (patch)
treeeb8d504700d31522d84a17c117a3108ddd98325c /osvr-steamvr.install
downloadaur-cd569f818436773d5e67c025cab57c5cd2810495.tar.gz
initial commit
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
+}