mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
sys-fs/fuse-common: Add postinst/postrm
Signed-off-by: Michał Górny <mgorny@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@gentoo.org>
This commit is contained in:
parent
95f56a66ce
commit
3ef3f2078c
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user