aboutsummaryrefslogtreecommitdiff
path: root/system/system76-io-dkms/README
diff options
context:
space:
mode:
authorErich Ritz <erich.public@protonmail.com>2021-08-10 14:37:22 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-11-23 01:11:15 +0700
commit9164984e6068edac6a1d2a23f2b25514370ba7c0 (patch)
treec28028b534d95404d6dffa4ade77af6b48e773c7 /system/system76-io-dkms/README
parentfa6c85fcad17a20d02bcc14ee339209860feac75 (diff)
system/system76-io-dkms: Add douninst.sh.
The douninst.sh script will remove all versions of the module built by dkms so that this package properly cleans up after itself. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/system76-io-dkms/README')
-rw-r--r--system/system76-io-dkms/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/system76-io-dkms/README b/system/system76-io-dkms/README
index 66dbcbc7b9efd..94475bf574c23 100644
--- a/system/system76-io-dkms/README
+++ b/system/system76-io-dkms/README
@@ -13,5 +13,5 @@ The system76-io dkms module is automatically registered with dkms by
doinst.sh with the following command:
dkms install system76-io/$VER
-Old versions of system76-io should be manually unregistered from dkms using:
-dkms remove system76-io/$OLD_VER --all
+A douninst.sh script is included which calls "dkms remove" to delete all
+kernel versions of the old module on package removal or upgrade.