summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-systemd-user-stop
blob: beab3941328754a1de047d0d0e172e0b73cc2d78 (plain)
1
2
3
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
	deb-systemd-invoke --user stop #UNITFILES# >/dev/null || true
fi