Hi,

Bernd wrote:
> #!/bin/sh
> set -e
>
> SYSTEMMAP=/boot/System.map-_KVERS_
>
> if [ -f $SYSTEMMAP ] ; then
>         depmod -ae -F $SYSTEMMAP _KVERS_
> elif [ "`uname -r`" = "_KVERS_" ] ; then
>         depmod -a &
> fi

As of debhelper 5.0.37, dh_installmodules uses the System.map for the target kernel as per template, iirc. No maintainer provided script templates are required for this purpose if dh_installmodules is used.

Thanks, Kel.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to