diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-05-01 21:03:14 +1100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-05-01 21:03:56 +1100 |
commit | 2442e75a5651a221c6645dbf265c3b23e687ef34 (patch) | |
tree | 2331b4b03fcb0e3f307fe9bab4659df128c574af /sci-libs | |
parent | dev-libs/cpuinfo: add 2023.11.04 (diff) | |
download | gentoo-2442e75a5651a221c6645dbf265c3b23e687ef34.tar.gz gentoo-2442e75a5651a221c6645dbf265c3b23e687ef34.tar.bz2 gentoo-2442e75a5651a221c6645dbf265c3b23e687ef34.zip |
sci-libs/linux-gpib: Add call to udev_reload
Closes: https://bugs.gentoo.org/910542
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/linux-gpib/linux-gpib-4.3.6-r1.ebuild (renamed from sci-libs/linux-gpib/linux-gpib-4.3.6.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/linux-gpib/linux-gpib-4.3.6.ebuild b/sci-libs/linux-gpib/linux-gpib-4.3.6-r1.ebuild index 656cc8bffd86..b78bd960e1b4 100644 --- a/sci-libs/linux-gpib/linux-gpib-4.3.6.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-4.3.6-r1.ebuild @@ -181,4 +181,5 @@ gpib_config --minor 0 --init-data /usr/share/linux-gpib/hp_82341/hp_82341c_fw.bi pkg_postinst() { readme.gentoo_print_elog + udev_pkg_postinst } |