#!/bin/sh
# We only need udevtrigger to have the magic work without
# rebooting on a real system.  In ImageBuilder or
# the like, the boot process will call udevtrigger.
if [ -z "${IPKG_INSTROOT}" ]; then
	udevtrigger
fi
