mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sys-fs/zfs-kmod: set_arch_to_portage -> set_arch_to_pkgmgr
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -182,7 +182,7 @@ pkg_postinst() {
|
||||
fi
|
||||
|
||||
if [[ -z ${ROOT} ]] && use dist-kernel; then
|
||||
set_arch_to_portage
|
||||
set_arch_to_pkgmgr
|
||||
dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}"
|
||||
fi
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -180,7 +180,7 @@ pkg_postinst() {
|
||||
linux-mod_pkg_postinst
|
||||
|
||||
if [[ -z ${ROOT} ]] && use dist-kernel; then
|
||||
set_arch_to_portage
|
||||
set_arch_to_pkgmgr
|
||||
dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}"
|
||||
fi
|
||||
|
||||
|
||||
@@ -180,7 +180,7 @@ pkg_postinst() {
|
||||
linux-mod_pkg_postinst
|
||||
|
||||
if [[ -z ${ROOT} ]] && use dist-kernel; then
|
||||
set_arch_to_portage
|
||||
set_arch_to_pkgmgr
|
||||
dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}"
|
||||
fi
|
||||
|
||||
|
||||
@@ -184,7 +184,7 @@ pkg_postinst() {
|
||||
linux-mod_pkg_postinst
|
||||
|
||||
if [[ -z ${ROOT} ]] && use dist-kernel; then
|
||||
set_arch_to_portage
|
||||
set_arch_to_pkgmgr
|
||||
dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}"
|
||||
fi
|
||||
|
||||
|
||||
@@ -180,7 +180,7 @@ pkg_postinst() {
|
||||
linux-mod_pkg_postinst
|
||||
|
||||
if [[ -z ${ROOT} ]] && use dist-kernel; then
|
||||
set_arch_to_portage
|
||||
set_arch_to_pkgmgr
|
||||
dist-kernel_reinstall_initramfs "${KV_DIR}" "${KV_FULL}"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user