summaryrefslogtreecommitdiffstats
path: root/abs/core/plymouth/plymouth.initcpio_install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-01-02 22:16:24 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-01-02 22:16:24 (GMT)
commit27f7a8d911d79a795090322892f0b831a5de714a (patch)
tree996aa2408fc127787b4b85720e2b3d203c3b130d /abs/core/plymouth/plymouth.initcpio_install
parentcbf49910602f00689c5d3e393019474e68c3ceab (diff)
downloadlinhes_pkgbuild-27f7a8d911d79a795090322892f0b831a5de714a.zip
linhes_pkgbuild-27f7a8d911d79a795090322892f0b831a5de714a.tar.gz
linhes_pkgbuild-27f7a8d911d79a795090322892f0b831a5de714a.tar.bz2
Revert "plymouth: update to 0.9.0"
This reverts commit d5cb134735305134af8410f00768adf4b5254c91.
Diffstat (limited to 'abs/core/plymouth/plymouth.initcpio_install')
-rw-r--r--abs/core/plymouth/plymouth.initcpio_install10
1 files changed, 4 insertions, 6 deletions
diff --git a/abs/core/plymouth/plymouth.initcpio_install b/abs/core/plymouth/plymouth.initcpio_install
index 40838ac..22cc298 100644
--- a/abs/core/plymouth/plymouth.initcpio_install
+++ b/abs/core/plymouth/plymouth.initcpio_install
@@ -1,7 +1,6 @@
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"
@@ -17,10 +16,11 @@ build() {
add_file ${DATADIR}/plymouth/themes/details/details.plymouth
add_binary ${PLYMOUTH_PLUGIN_PATH}/details.so
+
add_file "${PLYMOUTH_LOGO_FILE}"
- add_file /etc/os-release
+ add_file /etc/system-release /etc/system-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,6 +30,7 @@ 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
@@ -38,9 +39,6 @@ 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)