blob: fce3fd7b70ec337c561e29646069caeb2b37146b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Automatically added by dh_installsystemd/13.24.2ubuntu1
if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
systemctl --system daemon-reload >/dev/null || true
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.24.2ubuntu1
if [ "$1" = "purge" ]; then
if [ -x "/usr/bin/deb-systemd-helper" ]; then
deb-systemd-helper purge 'ubusd.service' >/dev/null || true
fi
fi
# End automatically added section
|