#!/bin/sh
set -e
if [ -z "$D" ]; then
	depmod -a 4.14.206
else
	depmodwrapper -a -b $D 4.14.206 ${KERNEL_PACKAGE_NAME}
fi

