blob: 71a29c2088c26cb2c31d0f5e8c3995338da7efa1 [file] [log] [blame]
Louis Maillard80bb7b12024-07-22 15:50:45 -04001# Automatically added by dh_installsystemd/13.6ubuntu1
2if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
3 systemctl --system daemon-reload >/dev/null || true
4fi
5# End automatically added section
6# Automatically added by dh_installsystemd/13.6ubuntu1
7if [ "$1" = "remove" ]; then
8 if [ -x "/usr/bin/deb-systemd-helper" ]; then
9 deb-systemd-helper mask 'dnc.service' >/dev/null || true
10 fi
11fi
12
13if [ "$1" = "purge" ]; then
14 if [ -x "/usr/bin/deb-systemd-helper" ]; then
15 deb-systemd-helper purge 'dnc.service' >/dev/null || true
16 deb-systemd-helper unmask 'dnc.service' >/dev/null || true
17 fi
18fi
19# End automatically added section