summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Rozanc2016-03-16 22:37:13 +0100
committerMarc Rozanc2016-03-16 22:37:13 +0100
commita2d8e2e7099091d54d709246ee8d7a077764a264 (patch)
treea19b6fc5426f07ef71173e110d687a5a88d22ad7
parent32c6db7e770fc6fb17767215c4a9e962d6174007 (diff)
downloadaur-a2d8e2e7099091d54d709246ee8d7a077764a264.tar.gz
Fixes a typo in the post-upgrade message
-rw-r--r--clevo-xsm-wmi-dkms.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/clevo-xsm-wmi-dkms.install b/clevo-xsm-wmi-dkms.install
index c996aab6375e..5e01a87701fa 100644
--- a/clevo-xsm-wmi-dkms.install
+++ b/clevo-xsm-wmi-dkms.install
@@ -4,7 +4,7 @@
# arg 2: the old package version
post_upgrade() {
if (( $(vercmp $2 8.0-2) < 0 )); then
- echo '==> Since version 9.0-1 kernel modules are loaded at boot by systemd-modules-load.'
+ 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
}