summarylogtreecommitdiffstats
path: root/steamvr-openhmd-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'steamvr-openhmd-git.install')
-rw-r--r--steamvr-openhmd-git.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/steamvr-openhmd-git.install b/steamvr-openhmd-git.install
new file mode 100644
index 000000000000..3130b945e2cf
--- /dev/null
+++ b/steamvr-openhmd-git.install
@@ -0,0 +1,20 @@
+## arg 1: the new package version
+post_install() {
+ echo "
+Please install a symlink into your SteamVR drivers directory as the user you're
+running Steam with, e.g.:
+
+ $ ln -s /usr/lib/steamvr/openhmd ~/.steam/steam/steamapps/common/SteamVR/drivers/openhmd
+"
+}
+
+## arg 1: the old package version
+post_remove() {
+ echo "
+If you installed a symlink into your StwamVR drivers directory, do not forget
+to remove it as your Steam user:
+
+ $ rm ~/.steam/steam/steamapps/common/SteamVR/drivers/openhmd
+"
+}
+# vim: set ts=2 sw=2 et: