trivial: debian: remove ata.conf on upgrade (Closes: #980570)

This commit is contained in:
Mario Limonciello 2021-01-20 14:16:47 -06:00
parent 9c1bdf68be
commit 5791b3df94
3 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,8 @@ if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
/etc/fwupd/remotes.d/fwupd.conf 1.2.7~ -- "$@"
dpkg-maintscript-helper rm_conffile \
/etc/dbus-1/system.d/org.freedesktop.fwupd.conf 1.3.2~ -- "$@"
dpkg-maintscript-helper rm_conffile \
/etc/fwupd/ata.conf 1.5.5~ -- "$@"
fi
#Perform transition from /etc/fwupd/uefi.conf to /etc/fwupd/uefi_capsule.conf

View File

@ -15,6 +15,8 @@ if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
/etc/fwupd/remotes.d/fwupd.conf 1.2.7~ -- "$@"
dpkg-maintscript-helper rm_conffile \
/etc/dbus-1/system.d/org.freedesktop.fwupd.conf 1.3.2~ -- "$@"
dpkg-maintscript-helper rm_conffile \
/etc/fwupd/ata.conf 1.5.5~ -- "$@"
fi
#Perform transition from /etc/fwupd/uefi.conf to /etc/fwupd/uefi_capsule.conf

View File

@ -10,6 +10,8 @@ if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
/etc/fwupd/remotes.d/fwupd.conf 1.2.7~ -- "$@"
dpkg-maintscript-helper rm_conffile \
/etc/dbus-1/system.d/org.freedesktop.fwupd.conf 1.3.2~ -- "$@"
dpkg-maintscript-helper rm_conffile \
/etc/fwupd/ata.conf 1.5.5~ -- "$@"
fi
#Perform transition from /etc/fwupd/uefi.conf to /etc/fwupd/uefi_capsule.conf