tags 344365 +unreproducible
thanks

Hi,

        I use grub, too, and I can't reproduce this.

        Indeed, the code looks like so:
## Run user hook script here, if any
if (-x "$postinst_hook") {
  print STDERR "Running postinst hook.\n";
  system ("$postinst_hook $version $realimageloc$kimage-$version 1>&2") &&
    warn "User hook script $postinst_hook failed";
}

...

exit 0;

__END__

        So, I fail to see how the postinst can return with a non 0
 value, regardless of what  the hook script returns.

        There is something else going on here

        manoj
-- 
...These lovers of esoterica seem to derive a great deal of
intellectual satisfaction out of not quite understanding what they are
doing.
Manoj Srivastava   <[EMAIL PROTECTED]>  <http://www.debian.org/%7Esrivasta/>
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to