aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/psplash/psplash-zap_1.0.bb
blob: 3e8605e3fa7debdbaee286e00539684e2d01cac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SRC_URI = "file://zzapsplash-init"
PR = "r4"

do_install_prepend() {
        install -d "${D}${sysconfdir}/init.d/"
        install -m 0755 "${WORKDIR}/zzapsplash-init" "${D}${sysconfdir}/init.d/zzapsplash"
}

inherit update-rc.d

RRECOMMENDS_${PN} = "${SPLASH}"
INITSCRIPT_NAME = "zzapsplash"
INITSCRIPT_PARAMS = "start 99 5 S ."