mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lang/zig: do not die on eselect in pkg_postrm
Per PMS: > Ebuilds are allowed to call them in pkg_preinst and pkg_postinst. > Ebuilds may also call them in pkg_prerm and pkg_postrm but must not > rely on them being available. Bug: https://bugs.gentoo.org/949225 Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -271,5 +271,5 @@ pkg_postinst() {
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
eselect zig update ifunset || die
|
||||
eselect zig update ifunset
|
||||
}
|
||||
|
||||
@@ -344,5 +344,5 @@ pkg_postinst() {
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
eselect zig update ifunset || die
|
||||
eselect zig update ifunset
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user