Files
server/var/lib/dpkg/info/wireguard-tools.postrm
2026-01-07 20:52:11 +01:00

8 lines
223 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_installsystemd/13.14.1ubuntu5
if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
systemctl --system daemon-reload >/dev/null || true
fi
# End automatically added section