aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/rng-tools/rng-tools/latest.pkg_prerm
blob: 8067c4ed0c20f06637546337a905a18dfe0c6067 (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 rng-tools.service

		systemctl disable rng-tools.service
	fi
fi