summaryrefslogtreecommitdiff
path: root/debian/libug-setting-bluetooth-efl.postinst
blob: 579fb3b399f47a8c53b849636325ab88d03202ba (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# root case
if [ ${USER} == "root" ]
then
	# Set vconf values with -g/-u options
	vconftool set -t int file/private/libug-setting-bluetooth-efl/visibility_time "0" -g 6520
else
	vconftool set -t int file/private/libug-setting-bluetooth-efl/visibility_time "0"
fi