summarylogtreecommitdiffstats
path: root/widevine-armv7h.install
diff options
context:
space:
mode:
Diffstat (limited to 'widevine-armv7h.install')
-rw-r--r--widevine-armv7h.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/widevine-armv7h.install b/widevine-armv7h.install
new file mode 100644
index 000000000000..ab367bafa797
--- /dev/null
+++ b/widevine-armv7h.install
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+post_install() {
+ echo ":: IMPORTANT: In order to register the widevine component with chromium and/or firefox"
+ echo " run the relevant scripts below for every user that needs widevine enabled."
+ echo " - register_widevine_firefox"
+ echo " - register_widevine_chromium"
+ echo " These scripts will add the needed entries into the user dirs for either"
+ echo " browser. This action has to be performed only once; the registering will"
+ echo " persist after package upgrades."
+}