mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-fs/e2fsprogs: call udev_reload
Closes: https://bugs.gentoo.org/843917 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -156,3 +156,11 @@ multilib_src_install_all() {
|
||||
doins "${FILESDIR}"/e2fsck.conf
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
udev_reload
|
||||
}
|
||||
|
||||
@@ -156,3 +156,11 @@ multilib_src_install_all() {
|
||||
doins "${FILESDIR}"/e2fsck.conf
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
udev_reload
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user