diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 19:59:44 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 19:59:44 (GMT) |
commit | 4f5c96fc0454e71815943b514561019568ebe489 (patch) | |
tree | 1b9c4f0ca287aa09378e4e97f7ce0c6619c4f16a /abs/extra/libva/libva.install | |
parent | e0767e2dfc10b18022d8ee997b42878b084e1395 (diff) | |
download | linhes_pkgbuild-4f5c96fc0454e71815943b514561019568ebe489.zip linhes_pkgbuild-4f5c96fc0454e71815943b514561019568ebe489.tar.gz linhes_pkgbuild-4f5c96fc0454e71815943b514561019568ebe489.tar.bz2 |
libva 1.0.16
Diffstat (limited to 'abs/extra/libva/libva.install')
-rw-r--r-- | abs/extra/libva/libva.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/abs/extra/libva/libva.install b/abs/extra/libva/libva.install new file mode 100644 index 0000000..4d8b8e2 --- /dev/null +++ b/abs/extra/libva/libva.install @@ -0,0 +1,5 @@ +post_upgrade() { + if [ "$(vercmp $2 1.0.15-1)" -lt 0 ]; then + echo 'Starting with libva version 1.0.15, the intel back-end is now in libva-driver-intel.' + fi +} |