commit: a691073d59335830c3087f674ddd4a9f67d94c0c Author: Marcin Deranek <marcin.deranek <AT> slonko <DOT> net> AuthorDate: Sun Jul 24 11:28:20 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Aug 17 16:17:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a691073d
media-gfx/iscan: Reload udev rules on (un)install Signed-off-by: Marcin Deranek <marcin.deranek <AT> slonko.net> Closes: https://bugs.gentoo.org/859631 Closes: https://github.com/gentoo/gentoo/pull/26564 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-gfx/iscan/iscan-3.65.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/iscan/iscan-3.65.0.ebuild b/media-gfx/iscan/iscan-3.65.0.ebuild index 4d767c95e653..e5b00fcd6f87 100644 --- a/media-gfx/iscan/iscan-3.65.0.ebuild +++ b/media-gfx/iscan/iscan-3.65.0.ebuild @@ -94,11 +94,13 @@ src_install() { } pkg_postinst() { + udev_reload use gui && xdg_icon_cache_update elog "If you encounter problems with media-gfx/xsane when scanning (e.g., bad resolution)," elog "please try the built-in GUI and kde-misc/skanlite first before reporting bugs." } pkg_postrm() { + udev_reload use gui && xdg_icon_cache_update }
