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
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
2 matches
Mail list logo