From 4036d4f9e2d1c2052786bda2813474e06a30839c Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Tue, 8 Dec 2020 09:22:26 -0600 Subject: [PATCH] trivial: debian: migrate modules-load.d files to correct location They shouldn't be conffiles. Fixes: #2592 --- contrib/debian/fwupd.maintscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/debian/fwupd.maintscript b/contrib/debian/fwupd.maintscript index 36becc218..fb26d1bd7 100644 --- a/contrib/debian/fwupd.maintscript +++ b/contrib/debian/fwupd.maintscript @@ -1,4 +1,6 @@ rm_conffile /etc/fwupd.conf 1.0.0~ rm_conffile /etc/fwupd/remotes.d/fwupd.conf 1.2.7~ -rm_conffile /etc/dbus-1/system.d/org.freedesktop.fwupd.conf 1.3.2~ \ No newline at end of file +rm_conffile /etc/dbus-1/system.d/org.freedesktop.fwupd.conf 1.3.2~ +rm_conffile /etc/modules-load.d/fwupd-msr.conf 1.5.3~ +rm_conffile /etc/modules-load.d/fwupd-platform-integrity.conf 1.5.3~