summarylogtreecommitdiffstats
path: root/tuxedo-wmi-dkms.install
diff options
context:
space:
mode:
Diffstat (limited to 'tuxedo-wmi-dkms.install')
-rw-r--r--tuxedo-wmi-dkms.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/tuxedo-wmi-dkms.install b/tuxedo-wmi-dkms.install
deleted file mode 100644
index cdc111c76f79..000000000000
--- a/tuxedo-wmi-dkms.install
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- if (( $(vercmp $2 1.5.1-2) < 0 )); then
- echo '==> Since version 1.5.1-2 kernel modules are loaded at boot by systemd-modules-load.'
- echo '==> Read modules-load.d man page to disable them.'
- fi
-}
-