d/maintscript: really remove the old apt hook for kernel

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-06-28 10:27:39 +02:00
parent bfdc97f35d
commit 70bf844a14
2 changed files with 5 additions and 0 deletions

2
debian/maintscript vendored Normal file
View File

@ -0,0 +1,2 @@
# FIXME: remove in 7.0
rm_conffile /etc/apt/apt.conf.d/75pveconf 6.0-0+3 pve-manager

3
debian/postinst vendored
View File

@ -85,4 +85,7 @@ case "$1" in
exit 0;;
esac
# FIXME: remove in 7.0
dpkg-maintscript-helper rm_conffile /etc/apt/apt.conf.d/75pveconf 6.0-0\+3 pve-manager -- "$@"
exit 0