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
tar
#include
* Bernd Schubert [Sat, Jul 22 2006, 03:55:03PM]:
> Hi,
>
> while I just build some kernel module packages for our clients and
> installing them, I think I found a bug applying to almost all kernel module
> packages.
>
> Most packages have a file like postinst.modules.in with something l
2 matches
Mail list logo