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

