bluetooth-frwk: remove failing vconftool commands
[scm/bb/meta-tizen.git] / recipes-tizen / bluetooth-frwk / bluetooth-frwk-extraconf.inc
1 pkg_postinst_${PN}() {
2     #!/bin/sh -e
3
4     [ "x\$D" == "x" ] && ldconfig
5     vconftool set -tf int db/bluetooth/status "0" -g 6520
6     vconftool set -tf int file/private/bt-service/flight_mode_deactivated "0" -g 6520 -i
7     # Temporary workaround needed to generate the image
8     #vconftool set -tf string memory/bluetooth/sco_headset_name "" -g 6520 -i
9     #vconftool set -tf int memory/bluetooth/device "0" -g 6520 -i
10     #vconftool set -tf int memory/bluetooth/btsco "0" -g 6520 -i
11 }