aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/ofono/ofono/latest.pkg_prerm
blob: 51728b2d840f12ec868f8a11fe7079a5a76eb516 (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 ofono.service

		systemctl disable ofono.service
	fi
fi