Tizen 2.1 base
[apps/native/ug-bluetooth-efl.git] / debian / libug-setting-bluetooth-efl.postinst
1 #!/bin/sh
2
3 # root case
4 if [ ${USER} == "root" ]
5 then
6         # Set vconf values with -g/-u options
7         vconftool set -t int file/private/libug-setting-bluetooth-efl/visibility_time "0" -g 6520
8 else
9         vconftool set -t int file/private/libug-setting-bluetooth-efl/visibility_time "0"
10 fi