Hi!

> +case "$1" in
> +triggered)
> +       # This is triggered by any installation of a menu file and by
> +       # any call to update-menus made in a package maintainer script.
> +       update-menus --real
> +;;
> +*)

Joey, I was wondering if there should be an "exit 0" after processing
the trigger. There is a #DEBHELPER# stanza at the end of postinst, and
not all postinst rules, that are generated by debhelper contain a
if [ "$1" = configure ... ] check. This means, such snippets would be
run when the trigger is processed. Admittedly, currently the only shell
code that is added by debhelper is the one by dh_installinfo (which is
guarded by a "$1" = configure check).

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to