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