summarylogtreecommitdiffstats
path: root/sd-plymouth.initcpio_install
diff options
context:
space:
mode:
authorSebastian Lau2017-08-17 13:10:31 +0200
committerSebastian Lau2017-08-17 13:10:31 +0200
commit2446d3f688669ddc5bf707b19e409c97c406a792 (patch)
tree66a4490f05e044cf1fa8bf36f5fa4e9bec3efb86 /sd-plymouth.initcpio_install
parentd0601e096dd3092128d0adcb7bd72a09517a1a11 (diff)
downloadaur-2446d3f688669ddc5bf707b19e409c97c406a792.tar.gz
PATCH custom themes in folder on boot
Diffstat (limited to 'sd-plymouth.initcpio_install')
-rw-r--r--sd-plymouth.initcpio_install5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd-plymouth.initcpio_install b/sd-plymouth.initcpio_install
index d26fa7e7f74f..2add5632b3cb 100644
--- a/sd-plymouth.initcpio_install
+++ b/sd-plymouth.initcpio_install
@@ -36,10 +36,7 @@ build() {
add_binary ${PLYMOUTH_PLUGIN_PATH}/renderers/frame-buffer.so
if [ -d ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME} ]; then
- for x in ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME}/* ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME}/**/* ; do
- [ ! -f "$x" ] && break
- add_file $x
- done
+ add_full_dir ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME}
fi
add_udev_rule 70-uaccess.rules