summarylogtreecommitdiffstats
path: root/plymouth.initcpio_install
diff options
context:
space:
mode:
Diffstat (limited to 'plymouth.initcpio_install')
-rw-r--r--plymouth.initcpio_install7
1 files changed, 6 insertions, 1 deletions
diff --git a/plymouth.initcpio_install b/plymouth.initcpio_install
index f437971439ea..ca18b1c154f4 100644
--- a/plymouth.initcpio_install
+++ b/plymouth.initcpio_install
@@ -33,7 +33,12 @@ build() {
add_binary ${PLYMOUTH_PLUGIN_PATH}/renderers/frame-buffer.so
if [ -d ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME} ]; then
- add_full_dir ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME}
+ add_full_dir ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME}
+
+ # BGRT theme depends on Spinner theme
+ if [ "${PLYMOUTH_THEME_NAME}" == "bgrt" ] && [ -d ${DATADIR}/plymouth/themes/spinner ]; then
+ add_full_dir ${DATADIR}/plymouth/themes/spinner
+ fi
fi
add_file /usr/lib/udev/rules.d/70-uaccess.rules