Current Path : /var/lib/dpkg/info/ |
Current File : /var/lib/dpkg/info/networkd-dispatcher.prerm |
#!/bin/sh set -e # Automatically added by dh_installsystemd/11.1.6ubuntu1 if [ -d /run/systemd/system ] && [ "$1" = remove ]; then deb-systemd-invoke stop 'networkd-dispatcher.service' >/dev/null || true fi # End automatically added section