Bug#391619: this bug/#391619: p{re,ost}insts' comments contradict each other

2006-10-10 Thread Justin Pryzby
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

Bug#391619: p{re,ost}insts' comments contradict each other.

2006-10-07 Thread shaulka
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 "