diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-12-18 10:40:00 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-12-18 10:40:00 +0100 |
commit | 4c42d8158713512085c747436ce8062c3c5404b8 (patch) | |
tree | 11e78f031c83e3f584c66283aeadc6ad6bed8f79 /media-gfx | |
parent | dev-ruby/slim: Stabilize 4.1.0-r2 ppc, #852890 (diff) | |
download | gentoo-4c42d8158713512085c747436ce8062c3c5404b8.tar.gz gentoo-4c42d8158713512085c747436ce8062c3c5404b8.tar.bz2 gentoo-4c42d8158713512085c747436ce8062c3c5404b8.zip |
media-gfx/sane-backends: Run udev_reload
Closes: https://bugs.gentoo.org/886269
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild b/media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild index b8de8f738d47..2f29e89372ca 100644 --- a/media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild @@ -362,4 +362,10 @@ pkg_postinst() { elog "If you want remote clients to connect, edit" elog "/etc/sane.d/saned.conf and /etc/hosts.allow" fi + + udev_reload +} + +pkg_postrm() { + udev_reload } |