summarylogtreecommitdiffstats
path: root/widevine-aarch64.install
blob: 1c476ed66c471d06d227adefd3bd34ccd1c372f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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."
}

post_upgrade() {
  echo ":: IMPORTANT: Firefox users please re-register the plugin by running register_widevine_firefox"
}