commit: 3ef3f2078ca9472c77acc06524c4c0a7a8abd38a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Dec 17 20:15:51 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 18 07:18:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef3f207
sys-fs/fuse-common: Add postinst/postrm Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://codeberg.org/gentoo/gentoo/pulls/4 Merges: https://codeberg.org/gentoo/gentoo/pulls/4 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-fs/fuse-common/fuse-common-3.10.4-r2.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sys-fs/fuse-common/fuse-common-3.10.4-r2.ebuild b/sys-fs/fuse-common/fuse-common-3.10.4-r2.ebuild index f5f9ee74df1e..d9dcfb59f9f3 100644 --- a/sys-fs/fuse-common/fuse-common-3.10.4-r2.ebuild +++ b/sys-fs/fuse-common/fuse-common-3.10.4-r2.ebuild @@ -39,3 +39,12 @@ src_install() { insinto /etc doins util/fuse.conf } + +pkg_postinst() { + tmpfiles_process static-nodes-permissions-cuse.conf + udev_reload +} + +pkg_postrm() { + udev_reload +}
