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