From: DoHyun Pyun Date: Tue, 16 Apr 2013 07:34:17 +0000 (+0900) Subject: Remove unused vconf value X-Git-Tag: 2.1b_release~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a3545f1d8416dd5bee1214609906c0fb5cf4105;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-share.git Remove unused vconf value Change-Id: I9425e12fb3d3d614f02cf3dd15ee0ccf46b1c13d --- diff --git a/debian/bluetooth-share.postinst b/debian/bluetooth-share.postinst index 069327d..d7e918c 100644 --- a/debian/bluetooth-share.postinst +++ b/debian/bluetooth-share.postinst @@ -42,8 +42,6 @@ then ln -s /opt/storage/sdcard /opt/share/bt-ftp/SD_External fi - vconftool set -t bool memory/private/bluetooth-share/quickpanel_clear_btn_status FALSE -g 6520 -i - chown :5000 /opt/dbspace/.bluetooth_trasnfer.db chown :5000 /opt/dbspace/.bluetooth_trasnfer.db-journal fi diff --git a/packaging/bluetooth-share.spec b/packaging/bluetooth-share.spec index 9e85595..57af40c 100644 --- a/packaging/bluetooth-share.spec +++ b/packaging/bluetooth-share.spec @@ -81,8 +81,6 @@ then ln -s /opt/storage/sdcard /opt/share/bt-ftp/SD_External fi -vconftool set -tf bool memory/private/bluetooth-share/quickpanel_clear_btn_status FALSE -g 6520 -i - if [ ! -f /opt/dbspace/.bluetooth_trasnfer.db ] then sqlite3 /opt/dbspace/.bluetooth_trasnfer.db 'PRAGMA journal_mode = PERSIST;