summaryrefslogtreecommitdiffstats
path: root/abs/core/plymouth/plymouth.initcpio_install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-12-05 21:57:06 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-12-05 21:57:06 (GMT)
commitd5cb134735305134af8410f00768adf4b5254c91 (patch)
tree25487539a6a2ccd7ea3941d7d991820d8c5c1eae /abs/core/plymouth/plymouth.initcpio_install
parent7fb9e40d7558d80c04be03702231a19fe3fbfacd (diff)
downloadlinhes_pkgbuild-d5cb134735305134af8410f00768adf4b5254c91.zip
linhes_pkgbuild-d5cb134735305134af8410f00768adf4b5254c91.tar.gz
linhes_pkgbuild-d5cb134735305134af8410f00768adf4b5254c91.tar.bz2
plymouth: update to 0.9.0
Diffstat (limited to 'abs/core/plymouth/plymouth.initcpio_install')
-rw-r--r--abs/core/plymouth/plymouth.initcpio_install10
1 files changed, 6 insertions, 4 deletions
diff --git a/abs/core/plymouth/plymouth.initcpio_install b/abs/core/plymouth/plymouth.initcpio_install
index 22cc298..40838ac 100644
--- a/abs/core/plymouth/plymouth.initcpio_install
+++ b/abs/core/plymouth/plymouth.initcpio_install
@@ -1,6 +1,7 @@
build() {
add_dir /dev/pts
add_dir /usr/share/plymouth/themes
+ add_dir /var/run/plymouth
DATADIR="/usr/share"
PLYMOUTH_LOGO_FILE="${DATADIR}/plymouth/arch-logo.png"
@@ -16,11 +17,10 @@ build() {
add_file ${DATADIR}/plymouth/themes/details/details.plymouth
add_binary ${PLYMOUTH_PLUGIN_PATH}/details.so
-
add_file "${PLYMOUTH_LOGO_FILE}"
- add_file /etc/system-release /etc/system-release
+ add_file /etc/os-release
add_file /etc/plymouth/plymouthd.conf
- add_file ${DATADIR}/plymouth/plymouthd.defaults
+ add_file ${DATADIR}/plymouth/plymouthd.defaults
if [ ! -f ${PLYMOUTH_PLUGIN_PATH}/${PLYMOUTH_MODULE_NAME}.so ]; then
echo "The default plymouth plugin (${PLYMOUTH_MODULE_NAME}) doesn't exist" > /dev/stderr
@@ -30,7 +30,6 @@ build() {
add_binary ${PLYMOUTH_PLUGIN_PATH}/${PLYMOUTH_MODULE_NAME}.so
add_binary ${PLYMOUTH_PLUGIN_PATH}/renderers/drm.so
- #add_binary ${PLYMOUTH_PLUGIN_PATH}/renderers/x11.so
add_binary ${PLYMOUTH_PLUGIN_PATH}/renderers/frame-buffer.so
if [ -d ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME} ]; then
@@ -39,6 +38,9 @@ build() {
add_file $x
done
fi
+
+ add_file /usr/lib/udev/rules.d/70-uaccess.rules
+ add_file /usr/lib/udev/rules.d/71-seat.rules
# suppress a warning in glib (which the label control uses)
# about uid 0 by building a dummy NSS stack (LP #649917)