summarylogtreecommitdiffstats
path: root/intel-media-driver-git.install
blob: bed3c13f5b176b7736014dffd6ab72f4d4c429f4 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    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
}