reopen 391619
retitle 391619 initramfs-tools: preinst fragment is never run
severity 391619 important
kthx
There is a real problem here. preinst is never called with a 'configure"
argument:
http://www.us.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-mscriptsinstact
--
To UNSUBSC
Package: initramfs-tools
Version: 0.80
Severity: minor
Does [ "$1" = "configure" ] && [ -n "$2" ] refers to an upgrade
or to a First time install?
postinst cliams that:
# Regenerate initramfs on upgrade
if [ "$1" = "configure" ] && [ -n "$2" ]; then
while in preinst,
case "
2 matches
Mail list logo