Remove unused vconf value
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 16 Apr 2013 07:34:17 +0000 (16:34 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 16 Apr 2013 07:34:17 +0000 (16:34 +0900)
Change-Id: I9425e12fb3d3d614f02cf3dd15ee0ccf46b1c13d

debian/bluetooth-share.postinst
packaging/bluetooth-share.spec

index 069327d..d7e918c 100644 (file)
@@ -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
index 9e85595..57af40c 100644 (file)
@@ -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;