#!/bin/sh
set -e

if [ ! -e /usr/sbin/dhcpcd ]; then
	>&2 echo "ERROR: missing /usr/sbin/dhcpcd"
	exit 1
fi
