diff options
| author | Milan Misic <twoexem@gmail.com> | 2026-03-25 22:58:43 +0100 |
|---|---|---|
| committer | Milan Misic <twoexem@gmail.com> | 2026-03-25 22:58:43 +0100 |
| commit | 1100c261144e6b1b18edc329fae53fb9d0ece8c2 (patch) | |
| tree | bf09ae25bf1e3582fae458e787392f59955d6f4a /DEBIAN/prerm | |
| parent | 92092c07b83220bdb9b9cdd9141c9479d469160e (diff) | |
Add logic to handle MOK cert location difference, bump version
Diffstat (limited to 'DEBIAN/prerm')
| -rwxr-xr-x | DEBIAN/prerm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEBIAN/prerm b/DEBIAN/prerm index acdc994..b904e69 100755 --- a/DEBIAN/prerm +++ b/DEBIAN/prerm @@ -1,7 +1,7 @@ #/bin/bash set -e -dkms remove st-lsm6dsx-shift13mi/0.1 --all || true +dkms remove st-lsm6dsx-shift13mi/1.2 --all || true modprobe -r st_lsm6dsx_i2c || true modprobe st_lsm6dsx_i2c || true |
