summarylogtreecommitdiffstats
path: root/widevine.install
diff options
context:
space:
mode:
authorBart De Vries2023-12-13 14:22:05 +0100
committerBart De Vries2023-12-13 15:35:39 +0100
commitc5db55216e13094281cffbf0d2128851f47444b2 (patch)
tree9fa6736d07dc1dbae397a8e0baf1ee42faa4846f /widevine.install
downloadaur-c5db55216e13094281cffbf0d2128851f47444b2.tar.gz
First version of widevine package
Diffstat (limited to 'widevine.install')
-rw-r--r--widevine.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/widevine.install b/widevine.install
new file mode 100644
index 000000000000..f78607c2e26f
--- /dev/null
+++ b/widevine.install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+post_install() {
+ echo ":: IMPORTANT: It might be needed to log out and back in for the changes"
+ echo " to take effect."
+ echo " Proper installation can be tested by browsing to"
+ echo " https://bitmovin.com/demos/drm"
+}