commit: 2accb6cfb7aa58f332cef0ab9d53da242015e5d0 Author: Matthew White <mehw.is.me <AT> inventati <DOT> org> AuthorDate: Sat Feb 18 11:32:14 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 19 19:50:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2accb6cf
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 <AT> inventati.org> Closes: https://github.com/gentoo/gentoo/pull/29646 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-fs/vhba/{vhba-20211218.ebuild => vhba-20211218-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-fs/vhba/vhba-20211218.ebuild b/sys-fs/vhba/vhba-20211218-r1.ebuild similarity index 97% rename from sys-fs/vhba/vhba-20211218.ebuild rename to sys-fs/vhba/vhba-20211218-r1.ebuild index 6b51dc2b402e..b22eb7530805 100644 --- a/sys-fs/vhba/vhba-20211218.ebuild +++ b/sys-fs/vhba/vhba-20211218-r1.ebuild @@ -52,6 +52,7 @@ src_install() { } pkg_postinst() { + linux-mod_pkg_postinst udev_reload }
