summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-systemd
blob: a782f3afed827212a3d553fbf0b1baf60ed19efd (plain)
1
2
3
4
5
if [ "$1" = "purge" ]; then
	if [ -x "/usr/bin/deb-systemd-helper" ]; then
		deb-systemd-helper purge #UNITFILES# >/dev/null || true
	fi
fi