blob: 5548a44dc1790719e08f89b01a8315337f8a473e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/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."
echo ":: IMPORTANT (2): WidevineCDM on ARM now requires patches to glibc. Therefore"
echo " a dependency to the AUR package glibc-widevine has been added."
}
|