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
}