Index: PKGBUILD =================================================================== --- PKGBUILD (revision 84623) +++ PKGBUILD (working copy) @@ -12,9 +12,11 @@ depends=('glibc') backup=('etc/modprobe.d/modprobe.conf') source=(http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-$pkgver.tar.bz2 - modprobe.conf) + modprobe.conf + depmod.conf) md5sums=('28dfcb9e24cdbeb12b99ac1eb8af7dea' - '316f1bda4c21af02b30252eb014a0a55') + '316f1bda4c21af02b30252eb014a0a55' + '90411909140f7b9a6c44826d8c54c0f9') build() { cd $srcdir/$pkgname-$pkgver @@ -23,8 +25,9 @@ make || return 1 make DESTDIR=$pkgdir install || return 1 - # Install our custom (read: empty) modprobe.conf + # Install our custom (read: empty) modprobe.conf and depmod.conf install -Dm644 $srcdir/modprobe.conf $pkgdir/etc/modprobe.d/modprobe.conf + install -Dm644 $srcdir/depmod.conf $pkgdir/etc/depmod.d/depmod.conf # fix man page (FS#17559) sed -i "s#mod#man5/mod#" $pkgdir/usr/share/man/man5/modprobe.d.5 Index: depmod.conf =================================================================== --- depmod.conf (revision 0) +++ depmod.conf (revision 0) @@ -0,0 +1,4 @@ +# +# /etc/depmod.d/depmod.conf +# See the depmod.conf(5) man page for details. +#