d/control: depend on pve-kernel-5.13 and pve-headers-5.13

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-11-23 07:50:52 +01:00
parent fca72ef2d5
commit c81de510bf
2 changed files with 4 additions and 4 deletions

4
debian/control vendored
View File

@ -8,7 +8,7 @@ Package: proxmox-mailgateway
Architecture: all
Depends: pmg-api (>= 7~),
proxmox-archive-keyring,
pve-kernel-5.11,
pve-kernel-5.13,
pve-kernel-helper
Description: Proxmox Mail Gateway
The Proxmox Mail Gateway is an easy to use Open Source SMTP proxy,
@ -18,7 +18,7 @@ Description: Proxmox Mail Gateway
Package: pve-headers
Architecture: all
Depends: pve-headers-5.11
Depends: pve-headers-5.13
Description: Default Proxmox Kernel Headers
This is a virtual package which will install the kernel headers for the
current default kernel.

4
debian/postinst vendored
View File

@ -7,8 +7,8 @@ case "$1" in
configure)
# setup kernel links for installation CD (rescue boot)
mkdir -p /boot/pve
ln -sf /boot/pve/vmlinuz-5.11 /boot/pve/vmlinuz
ln -sf /boot/pve/initrd.img-5.11 /boot/pve/initrd.img
ln -sf /boot/pve/vmlinuz-5.13 /boot/pve/vmlinuz
ln -sf /boot/pve/initrd.img-5.13 /boot/pve/initrd.img
;;
esac