summaryrefslogtreecommitdiff
path: root/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
blob: 82700f0f95d0c6726cda869d72767c2a46d8833d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require update-alternatives-cworth.inc

PROVIDES += "virtual/update-alternatives"
RPROVIDES_${PN} += "update-alternatives"

do_install () {
    install -d ${D}${sbindir} \
               ${D}${sysconfdir}/alternatives \
               ${D}${libdir}/opkg/alternatives

    install -m 0755 update-alternatives ${D}${sbindir}/update-alternatives
}