summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
index 600c4e2926..44836bd538 100644
--- a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
+++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
@@ -42,9 +42,6 @@ LOGO ??= "${datadir}/plymouth/bizcom.png"
42inherit autotools pkgconfig systemd 42inherit autotools pkgconfig systemd
43 43
44do_install_append() { 44do_install_append() {
45 install -d ${D}${systemd_unitdir}/system
46 install -m 644 ${B}/systemd-units/*.service ${D}${systemd_unitdir}/system
47 install -m 644 ${B}/systemd-units/systemd-ask-password-plymouth.path ${D}${systemd_unitdir}/system
48 # Remove /var/run from package as plymouth will populate it on startup 45 # Remove /var/run from package as plymouth will populate it on startup
49 rm -fr "${D}${localstatedir}/run" 46 rm -fr "${D}${localstatedir}/run"
50 47