#!/bin/sh
set -e
if [ -z "$D" ]; then
	depmod -a 4.14.117-hdl-eg4.1+g105debdeae5a
else
	depmodwrapper -a -b $D 4.14.117-hdl-eg4.1+g105debdeae5a
fi

