diff options
Diffstat (limited to 'gpe-bluetooth/gpe-bluetooth_0.36.3.oe')
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth_0.36.3.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpe-bluetooth/gpe-bluetooth_0.36.3.oe b/gpe-bluetooth/gpe-bluetooth_0.36.3.oe index 2764d71575..e22d2233ed 100644 --- a/gpe-bluetooth/gpe-bluetooth_0.36.3.oe +++ b/gpe-bluetooth/gpe-bluetooth_0.36.3.oe @@ -13,5 +13,6 @@ FILES_${PN} += '${datadir}/bluez-pin' 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 } |