sys-fs/vhba: add missing linux-mod_pkg_postinst to ebuild

Fix updating `/lib/modules/x.x.x-gentoo-custom/modules.dep` file.

Closes: https://bugs.gentoo.org/895248
Package-Manager: portage-3.0.44, pkgdev-0.2.4
Signed-off-by: Matteo Bianco <mehw.is.me@inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/29646
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Matthew White
2023-02-18 12:32:14 +01:00
committed by Michał Górny
parent 457233e9a9
commit 2accb6cfb7

View File

@@ -52,6 +52,7 @@ src_install() {
}
pkg_postinst() {
linux-mod_pkg_postinst
udev_reload
}