mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -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
|
insinto /etc
|
||||||
doins util/fuse.conf
|
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