From 4b1472aa5fa35ebb7efdf22b1c909ca9bfbe3d79 Mon Sep 17 00:00:00 2001 From: Hyuk Lee Date: Wed, 28 Oct 2015 15:59:28 +0900 Subject: [PATCH] remove the vconftool in the spec file Change-Id: Ic41c5d6940946ef9a0967c50fe534f62a1be283b Signed-off-by: Hyuk Lee --- packaging/bluetooth-frwk.spec | 42 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/packaging/bluetooth-frwk.spec b/packaging/bluetooth-frwk.spec index 708fb952..d2453468 100644 --- a/packaging/bluetooth-frwk.spec +++ b/packaging/bluetooth-frwk.spec @@ -194,27 +194,27 @@ sed -i 's/%TZ_SYS_DEFAULT_USER/app/' %{buildroot}%{_datadir}/dbus-1/system-servi %endif -%post -/sbin/ldconfig -%if "%{?profile}" == "wearable" -vconftool set -f -t int db/bluetooth/status "1" -g 6520 -%endif -%if "%{?profile}" == "mobile" -vconftool set -f -t int db/bluetooth/status "0" -g 6520 -%endif -%if "%{?profile}" == "common" -vconftool set -f -t int db/bluetooth/status "0" -g 6520 -%endif - -vconftool set -f -t int db/bluetooth/status "0" -s User -vconftool set -f -t int db/bluetooth/lestatus "0" -s User -vconftool set -f -t int file/private/bt-core/flight_mode_deactivated "0" -s User -vconftool set -f -t int file/private/bt-core/powersaving_mode_deactivated "0" -s User -vconftool set -f -t int file/private/bt-service/bt_off_due_to_timeout "0" -s User -vconftool set -f -t string memory/bluetooth/sco_headset_name "" -g 6520 -i -vconftool set -f -t int memory/bluetooth/device "0" -g 6520 -i -vconftool set -f -t bool memory/bluetooth/btsco "0" -g 6520 -i -vconftool set -f -t bool memory/bluetooth/dutmode "0" -g 6520 -i +#%post +#/sbin/ldconfig +#%if "%{?profile}" == "wearable" +#vconftool set -f -t int db/bluetooth/status "1" -g 6520 +#%endif +#%if "%{?profile}" == "mobile" +#vconftool set -f -t int db/bluetooth/status "0" -g 6520 +#%endif +#%if "%{?profile}" == "common" +#vconftool set -f -t int db/bluetooth/status "0" -g 6520 +#%endif + +#vconftool set -f -t int db/bluetooth/status "0" -s User +#vconftool set -f -t int db/bluetooth/lestatus "0" -s User +#vconftool set -f -t int file/private/bt-core/flight_mode_deactivated "0" -s User +#vconftool set -f -t int file/private/bt-core/powersaving_mode_deactivated "0" -s User +#vconftool set -f -t int file/private/bt-service/bt_off_due_to_timeout "0" -s User +#vconftool set -f -t string memory/bluetooth/sco_headset_name "" -g 6520 -i +#vconftool set -f -t int memory/bluetooth/device "0" -g 6520 -i +#vconftool set -f -t bool memory/bluetooth/btsco "0" -g 6520 -i +#vconftool set -f -t bool memory/bluetooth/dutmode "0" -g 6520 -i #%post service -- 2.34.1