7 lines
50 B
Plaintext
7 lines
50 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
dkms remove -m xpad-noone/1.0
|
||
|
|