summarylogtreecommitdiffstats
path: root/nvidia-utils-full-beta-all.install
blob: d87d405aef6d1101fc415c6e1862f6db342ec3fd (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-full-beta-all 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
}