#!/bin/sh

# Queue micro-evtd for installation on supported devices
if micro_evtd.command -t; then
	apt-install micro-evtd
fi
