summarylogtreecommitdiffstats
path: root/nvidia-utils-beta.install
blob: ee16acd4d234bddcc6d301b65b1d2f9cc98b1878 (plain)
1
2
3
4
5
6
7
8
post_upgrade() {
    if (("$(vercmp "$2" 430.14-2)" < 0 ))
    then
        printf '%s\n' '==> Package nvidia-egl-wayland-beta was dropped since version 430.14-2.'
        printf '%s\n' '==> Replace it with egl-wayland from the official repositories with:'
        printf '%s\n' '==> # pacman -Syu egl-wayland'
    fi
}