into sugarcube.dyndns.org:/home/oe/oe/packages
2004/08/12 17:46:25+02:00 dyndns.org!reenoo
bluez-utils: add chmod u+s calls to postinst
gpe-bluetooth: fix postinst
BKrev: 411b90e3ZMsXNCukPqENOuPxjyo9SA
INITSCRIPT_NAME = "bluetooth"
INITSCRIPT_PARAMS = "defaults"
+
+pgk_postinst() {
+#!/bin/sh
+chmod u+s /sbin/hciattach /sbin/hciconfig
+}
SRC_URI = "${GPE_MIRROR}/gpe-bluetooth-${PV}.tar.gz"
pkg_postinst() {
- chmod u+s /sbin/hciattach /sbin/hciconfig /usr/lib/gpe-bluetooth/bnep-helper /usr/lib/gpe-bluetooth/rfcomm-helper
+#!/bin/sh
+chmod u+s /sbin/hciattach /sbin/hciconfig /usr/lib/gpe-bluetooth/bnep-helper /usr/lib/gpe-bluetooth/rfcomm-helper
}