Package: inform-docs Version: 6.30-1 Severity: serious Hello Mark,
postinst and postrm include if [ -e /usr/bin/update-menus ]; then update-menus fi Actually they should check whether /usr/bin/update-menus is executable (with -x), it is not sufficient to check if the file exists, since /usr/bin/update-menus is shipped without the x bit which is added later by menu postinst. Cheers, -- Bill. <[EMAIL PROTECTED]> Imagine a large red swirl here. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

