diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2023-04-22 11:20:19 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-04-22 11:25:03 +0300 |
commit | 29ff71f16c89a6c24e4a6ba5d908da29e594d961 (patch) | |
tree | 83a6de79d7e5a7b95a79cb04a74a2e9a2a0877aa /dev-embedded | |
parent | app-text/zotero-bin: add 6.0.26 (diff) | |
download | gentoo-29ff71f16c89a6c24e4a6ba5d908da29e594d961.tar.gz gentoo-29ff71f16c89a6c24e4a6ba5d908da29e594d961.tar.bz2 gentoo-29ff71f16c89a6c24e4a6ba5d908da29e594d961.zip |
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@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/ponyprog/ponyprog-3.1.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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 +} |