diff options
author | Bart De Vries | 2023-12-13 14:22:05 +0100 |
---|---|---|
committer | Bart De Vries | 2023-12-13 15:35:39 +0100 |
commit | c5db55216e13094281cffbf0d2128851f47444b2 (patch) | |
tree | 9fa6736d07dc1dbae397a8e0baf1ee42faa4846f /widevine.install | |
download | aur-c5db55216e13094281cffbf0d2128851f47444b2.tar.gz |
First version of widevine package
Diffstat (limited to 'widevine.install')
-rw-r--r-- | widevine.install | 8 |
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" +} |