summaryrefslogtreecommitdiffstats
path: root/autoscripts/postrm-systemd-reload-only
blob: c251c34840e9e0c4a57a3c6ab5aeaaed6cb95f23 (plain)
1
2
3
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
	systemctl --system daemon-reload >/dev/null || true
fi