From d9eebff062649838e3e3e83fcb55a3cf401e6df2 Mon Sep 17 00:00:00 2001 From: Weng Xuetian Date: Thu, 10 Mar 2016 23:27:48 +0000 Subject: [PATCH] fix logo name --- plymouth/PKGBUILD | 2 +- plymouth/plymouth.initcpio_install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plymouth/PKGBUILD b/plymouth/PKGBUILD index 3fb1e1469..7a47de213 100644 --- a/plymouth/PKGBUILD +++ b/plymouth/PKGBUILD @@ -6,7 +6,7 @@ pkgname=plymouth pkgver=0.9.2 -pkgrel=1 +pkgrel=2 pkgdesc="A graphical boot splash screen with kernel mode-setting support" url="http://www.freedesktop.org/wiki/Software/Plymouth/" diff --git a/plymouth/plymouth.initcpio_install b/plymouth/plymouth.initcpio_install index 40838ac4f..a04fe8bd5 100644 --- a/plymouth/plymouth.initcpio_install +++ b/plymouth/plymouth.initcpio_install @@ -4,7 +4,7 @@ build() { add_dir /var/run/plymouth DATADIR="/usr/share" - PLYMOUTH_LOGO_FILE="${DATADIR}/plymouth/arch-logo.png" + PLYMOUTH_LOGO_FILE="${DATADIR}/plymouth/chakra-logo.png" PLYMOUTH_THEME_NAME="$(/usr/bin/plymouth-set-default-theme)" PLYMOUTH_MODULE_NAME="$(grep "ModuleName *= *" ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME}/${PLYMOUTH_THEME_NAME}.plymouth | sed 's/ModuleName *= *//')" PLYMOUTH_PLUGIN_PATH="$(plymouth --get-splash-plugin-path)"