diff options
author | Erich Ritz <erich.public@protonmail.com> | 2019-11-16 20:57:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-16 20:57:24 +0700 |
commit | dc23f5156c83f3c3278c07feac738aab56f51d53 (patch) | |
tree | d89711bfc0ac4156118f2bdb2b09f76ffbbeb49d /system/system76-io-dkms/doinst.sh | |
parent | 7b2c3667b7ad202320ba8a9a8be2ad6502a9661b (diff) |
system/system76-io-dkms: Added (DKMS module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/system76-io-dkms/doinst.sh')
-rw-r--r-- | system/system76-io-dkms/doinst.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/system76-io-dkms/doinst.sh b/system/system76-io-dkms/doinst.sh new file mode 100644 index 0000000000000..9e5bcd5ed0bf6 --- /dev/null +++ b/system/system76-io-dkms/doinst.sh @@ -0,0 +1,7 @@ +VER=#MODULE_VERSION# +dkms install system76-io/$VER + +# Before removing the system76-io package, the following command should +# be run to unregister the module from dkms: +# +# dkms remove system76-io/$VER --all |