summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2022-07-24 13:28:20 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-08-17 19:17:55 +0300
commita691073d59335830c3087f674ddd4a9f67d94c0c (patch)
tree1fc48751ac81b05bad1d3804c7c6e3eb209a0dd1
parentmedia-libs/amf-headers: version bump to 1.4.26 (diff)
downloadgentoo-a691073d.tar.gz
gentoo-a691073d.tar.bz2
gentoo-a691073d.zip
media-gfx/iscan: Reload udev rules on (un)install
Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Closes: https://bugs.gentoo.org/859631 Closes: https://github.com/gentoo/gentoo/pull/26564 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--media-gfx/iscan/iscan-3.65.0.ebuild2
1 files changed, 2 insertions, 0 deletions
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
}