summarylogtreecommitdiffstats
path: root/intel-media-driver-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'intel-media-driver-git.install')
-rw-r--r--intel-media-driver-git.install9
1 files changed, 7 insertions, 2 deletions
diff --git a/intel-media-driver-git.install b/intel-media-driver-git.install
index bd3460e59fae..bed3c13f5b17 100644
--- a/intel-media-driver-git.install
+++ b/intel-media-driver-git.install
@@ -1,4 +1,9 @@
post_install() {
- printf '%s\n' 'For the proper configuration of Intel VAAPI media driver,'
- printf '%s\n' 'you need to re-login or source /etc/profile.d/intel-media.sh'
+ printf '%s\n' 'In order to use the the Intel Media Driver for VAAPI you need to set the'
+ printf '%s\n' "environment variable 'LIBVA_DRIVER_NAME' to 'iHD'. You can do this, for"
+ printf '%s\n' "example, by uncommenting the proper line in '/etc/profile.d/intel-media.sh'."
+}
+
+post_upgrade() {
+ post_install
}