Package: xodo Version: 1.2-9.1 Severity: serious Hello Aaron,
xodo postinst and postrm include if command -v update-menus >/dev/null 2>&1; then update-menus; fi There are several problems: 1) command -v is not POSIX sh compliant. 2) command -v update-menus will find update-menus even if it is not executable and then try to execute it, thus failing. 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]

