aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa15t2hf-neon-poky-linux-gnueabi/at/at/latest.pkg_prerm
blob: 88a07b33a114006dc440324393a2e14350e48651 (plain)
1
2
3
4
5
#!/bin/sh
set -e
if true && [ -z "$D" -a -x "/etc/init.d/atd" ]; then
	/etc/init.d/atd stop || :
fi