Private
Public Access
1
0
Files
linux_patch_api/debian/.debhelper/generated/linux-patch-api/prerm.service

6 lines
237 B
Desktop File

# 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