commit: 29ff71f16c89a6c24e4a6ba5d908da29e594d961 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sat Apr 22 08:20:19 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sat Apr 22 08:25:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ff71f1
dev-embedded/ponyprog: call udev_reload in 3.1.3 Closes: https://bugs.gentoo.org/842099 Closes: https://bugs.gentoo.org/866476 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-embedded/ponyprog/ponyprog-3.1.3.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild b/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild index ae75c85ebf41..290db29480f8 100644 --- a/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild +++ b/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,3 +41,7 @@ pkg_postinst() { elog "ppdev, parport and parport_pc compiled in or as modules. You need the" elog "rights to write to /dev/parport? devices." } + +pkg_postrm() { + udev_reload +}
