blob: ab367bafa7971f21b334e0fdd45b56ce68d2c82e (
plain)
1
2
3
4
5
6
7
8
9
10
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."
}
|