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}"