Fix clippy warnings: remove unused imports/variables/functions, derive Default, fix comparisons
This commit is contained in:
5
debian/.debhelper/generated/linux-patch-api/prerm.service
vendored
Normal file
5
debian/.debhelper/generated/linux-patch-api/prerm.service
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically added by dh_installsystemd/13.31
|
||||
if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
|
||||
deb-systemd-invoke stop 'linux-patch-api.service' >/dev/null || true
|
||||
fi
|
||||
# End automatically added section
|
||||
Reference in New Issue
Block a user