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