#! /bin/sh
set -e

apt-install discover || true
if [ -x /target/sbin/discover-pkginstall ]; then
	in-target discover-pkginstall
fi
