diff options
author | Matthew White <mehw.is.me@inventati.org> | 2023-02-18 12:32:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-19 20:50:08 +0100 |
commit | 2accb6cfb7aa58f332cef0ab9d53da242015e5d0 (patch) | |
tree | bb42e61c10c460dcebc4eac91ec4110fd1da441d /sys-fs/vhba | |
parent | dev-python/symengine: Fix PythonGHDistfileSuffix (diff) | |
download | gentoo-2accb6cfb7aa58f332cef0ab9d53da242015e5d0.tar.gz gentoo-2accb6cfb7aa58f332cef0ab9d53da242015e5d0.tar.bz2 gentoo-2accb6cfb7aa58f332cef0ab9d53da242015e5d0.zip |
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>
Diffstat (limited to 'sys-fs/vhba')
-rw-r--r-- | sys-fs/vhba/vhba-20211218-r1.ebuild (renamed from sys-fs/vhba/vhba-20211218.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-fs/vhba/vhba-20211218.ebuild b/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 } |