#1063700 kxc fails to install because /etc/kxc is missing

Package:
kxc
Source:
kxc
Description:
Key exchange daemon -- client
Submitter:
Leandro Lucarella
Date:
2024-02-11 09:45:03 UTC
Severity:
normal
#1063700#5
Date:
2024-02-11 09:35:12 UTC
From:
To:
Dear Maintainer,

The package fails to install because building the initramfs fails with
the following error:

update-initramfs: Generating /boot/initrd.img-6.4.0-1-amd64
cp: cannot stat '/etc/kxc/': No such file or directory
E: /usr/share/initramfs-tools/hooks/kxc failed with return 1.
update-initramfs: failed for /boot/initrd.img-6.4.0-1-amd64 with 1.
dpkg: error processing package initramfs-tools (--configure):
 installed initramfs-tools package post-installation

Just creating the directory (sudo mkdir /etc/kxc) and running `dpkg
--configure -a` fixes the issue.