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