move initscript to S02
authorPhil Blundell <philb@gnu.org>
Sat, 3 Jul 2004 12:53:52 +0000 (12:53 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 3 Jul 2004 12:53:52 +0000 (12:53 +0000)
BKrev: 40e6ac60s6-ZoW_l8me-LfP0p0AKGA

gpe-bootsplash/gpe-bootsplash_1.9.oe

index f5c33de..9f571ea 100644 (file)
@@ -13,5 +13,6 @@ FILES_${PN} += "${datadir}/gpe"
 do_install_append() {
        install -m 0644 ${WORKDIR}/splash-p.svg ${D}${datadir}/gpe/splash-p.svg
        install -m 0644 ${WORKDIR}/splash-l.svg ${D}${datadir}/gpe/splash-l.svg
+       mv ${D}/etc/rcS.d/S00bootsplash ${D}/etc/rcS.d/S02bootsplash
 }