summarylogtreecommitdiffstats
path: root/clevo-xsm-wmi-dkms.install
blob: 5e01a87701faa1b2c2b86f682735f8a69fbba53e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
    if (( $(vercmp $2 8.0-2) < 0 )); then
        echo '==> Since version 8.0-2 kernel modules are loaded at boot by systemd-modules-load.'
        echo '==> Read modules-load.d man page to disable them.'
    fi
}