summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-07-13 13:08:23 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-07-13 13:08:38 -0500
commit5f790cf3e80b07629c350213a4d433355e832d93 (patch)
treeca03ebbb55792ad7a01692a2fd8e54aeb037a685 /sys-boot
parentdev-python/python-bugzilla: arm keyworded (bug #732490) (diff)
downloadgentoo-5f790cf3e80b07629c350213a4d433355e832d93.tar.gz
gentoo-5f790cf3e80b07629c350213a4d433355e832d93.tar.bz2
gentoo-5f790cf3e80b07629c350213a4d433355e832d93.zip
sys-boot/plymouth: fix broken symlink
Closes: https://bugs.gentoo.org/732404 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/plymouth/plymouth-0.9.5-r1.ebuild (renamed from sys-boot/plymouth/plymouth-0.9.5.ebuild)3
-rw-r--r--sys-boot/plymouth/plymouth-9999.ebuild3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys-boot/plymouth/plymouth-0.9.5.ebuild b/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild
index 46a85b1236b3..3c47d67a881e 100644
--- a/sys-boot/plymouth/plymouth-0.9.5.ebuild
+++ b/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild
@@ -98,6 +98,9 @@ src_install() {
# this is not needed for systemd, same should hold for openrc
# so remove
rm -rf "${D}"/var/run
+
+ # fix broken symlink
+ dosym ../../bizcom.png /usr/share/plymouth/themes/spinfinity/header-image.png
}
pkg_postinst() {
diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-9999.ebuild
index 46a85b1236b3..3c47d67a881e 100644
--- a/sys-boot/plymouth/plymouth-9999.ebuild
+++ b/sys-boot/plymouth/plymouth-9999.ebuild
@@ -98,6 +98,9 @@ src_install() {
# this is not needed for systemd, same should hold for openrc
# so remove
rm -rf "${D}"/var/run
+
+ # fix broken symlink
+ dosym ../../bizcom.png /usr/share/plymouth/themes/spinfinity/header-image.png
}
pkg_postinst() {