Bug#289732: postint use command -v update-menus

2005-01-18 Thread Steve Langasek
I've prepared and uploaded an NMU to fix this problem. The patch for this NMU is attached. I did not use the proposed form that comes from debhelper; although it's resilient against changes to update-menu's path, it is not resilient against problems with using the "which" command, and there seem

Bug#289732: postint use command -v update-menus

2005-01-10 Thread Bill Allombert
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 n