diff options
Diffstat (limited to 'config/chroot_local-hooks/06-bluetooth')
-rwxr-xr-x | config/chroot_local-hooks/06-bluetooth | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/06-bluetooth b/config/chroot_local-hooks/06-bluetooth new file mode 100755 index 0000000..98f422e --- /dev/null +++ b/config/chroot_local-hooks/06-bluetooth @@ -0,0 +1,3 @@ +#!/bin/sh +sed -i 's/^\(HIDD_ENABLED\)=.*/\1=1/' /etc/default/bluetooth +#sed -i 's/\(^HIDD_OPTIONS\)=.*/\1="--master --server --search"/' /etc/default/bluetooth |