has a correct headers-postinst script (thank you!), however it does not have a correct debian/control-scripts/postinst script. It's still missing all the ^ characters in these (examples here).
$postinst_hook = "$1" if /postinst_hook\s*=\s*(\S+)/ig;
$postrm_hook = "$1" if /postrm_hook\s*=\s*(\S+)/ig;
$preinst_hook = "$1" if /preinst_hook\s*=\s*(\S+)/ig;
$prerm_hook = "$1" if /prerm_hook\s*=\s*(\S+)/ig;
gutsy kernel UBUNTU: release Ubuntu-2.6.22-14.46
has a correct headers-postinst script (thank you!), however it does not have a correct debian/ control- scripts/ postinst script. It's still missing all the ^ characters in these (examples here).
$postinst_hook = "$1" if /postinst_ hook\s* =\s*(\S+ )/ig; hook\s* =\s*(\S+ )/ig; hook\s* =\s*(\S+ )/ig; hook\s* =\s*(\S+ )/ig;
$postrm_hook = "$1" if /postrm_
$preinst_hook = "$1" if /preinst_
$prerm_hook = "$1" if /prerm_