aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/mdadm/mdadm/latest.pkg_prerm
blob: f841451a173f7df6be2c406c48b7a74b6f46ed02 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e
if systemctl >/dev/null 2>/dev/null; then
	if [ -z "$D" ]; then
		systemctl stop mdmonitor.service

		systemctl disable mdmonitor.service
	fi
fi