udevadm-called-without-guard
The specified maintainer script uses set -e
but seems to
call udevadm(8)
without a conditional guard.
udevadm
can exist but be non-functional (such as inside a
chroot) and thus can result in package installation or upgrade failure
if the call fails.
Please guard the return code of the call via wrapping it in a suitable
if
construct, appending || true
or depending on the
udev
package.
Severity: | warning |
Experimental: | false |
See also
the udevadm(8) manual page
- list of all the affected packages
- the source of this tag