summaryrefslogtreecommitdiff
path: root/bluez-utils
diff options
context:
space:
mode:
Diffstat (limited to 'bluez-utils')
-rw-r--r--bluez-utils/bluez-utils_2.9.oe5
1 files changed, 5 insertions, 0 deletions
diff --git a/bluez-utils/bluez-utils_2.9.oe b/bluez-utils/bluez-utils_2.9.oe
index d9aad1285d..1ab710f6e0 100644
--- a/bluez-utils/bluez-utils_2.9.oe
+++ b/bluez-utils/bluez-utils_2.9.oe
@@ -13,3 +13,8 @@ inherit autotools update-rc.d
INITSCRIPT_NAME = "bluetooth"
INITSCRIPT_PARAMS = "defaults"
+
+pgk_postinst() {
+#!/bin/sh
+chmod u+s /sbin/hciattach /sbin/hciconfig
+}