summarylogtreecommitdiffstats
path: root/intel-media-driver-git.install
blob: 31340bc810c10039c962e95f0e2de735d452ac28 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    printf '%s\n' 'In order to use the the Intel Media Driver for VAAPI you need to set the'
    printf '%s\n' "'LIBVA_DRIVER_NAME' environment variable to 'iHD'. You can do this, for"
    printf '%s\n' "example, by uncommenting the proper line in '/etc/profile.d/intel-media.sh'"
    printf '%s\n' '(relogin after).'
}

post_upgrade() {
    post_install
}