sys-boot/grub-themes-gentoo: Install theme files directly to /boot

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2025-12-14 00:46:05 +01:00
parent 331a7df073
commit 97a97845da

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit mount-boot
MY_PN=gentoo-grub-themes
DESCRIPTION="Grub2 Themes for Gentoo"
@@ -17,6 +19,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
PDEPEND="sys-boot/grub"
src_install() {
insinto /usr/share/grub/themes
insinto /boot/grub/themes
doins -r gentoo_frosted gentoo_glass gentoo_minimalist
}