blob: 70fe94738e65ff7fe4519e4ba2917913ce785cfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
inherit update-alternatives
SRCREV = "${SRCREV_pn-psplash}"
do_install_append() {
mv ${D}${bindir}/psplash ${D}${bindir}/psplash.${PN}
}
ALTERNATIVE_NAME = "psplash"
ALTERNATIVE_LINK = "${bindir}/psplash"
ALTERNATIVE_PATH = "${bindir}/psplash.${PN}"
|