fwupd/snap/hooks/remove
tinywrkb 07d5aef247 Install modules-load configs in the correct directory
Signed-off-by: Richard Hughes <richard@hughsie.com>
2020-11-16 15:27:13 +00:00

10 lines
231 B
Bash
Executable File

#!/bin/sh -e
#activation via systemd
systemctl stop fwupd-activate
systemctl disable fwupd-activate
rm /etc/systemd/system/fwupd-activate.service -f
systemctl daemon-reload
#msr module
rm /usr/lib/modules-load.d/fwupd-msr.conf -f