ee6360c3282ecbadc0ce371bf2fc7632dd973b0a
[framework/location/libslp-location.git] / debian / libslp-location.postinst
1 #!/bin/sh
2
3 #setting 
4 if [ "${USER}" = "root" ]
5 then
6 vconftool set -t int db/location/lastposition/gps/Timestamp "0" -f
7 vconftool set -t double db/location/lastposition/gps/Latitude "0.0" -f
8 vconftool set -t double db/location/lastposition/gps/Longitude "0.0" -f
9 vconftool set -t double db/location/lastposition/gps/Altitude "0.0" -f
10 vconftool set -t double db/location/lastposition/gps/HorAccuracy "0.0" -f
11 vconftool set -t double db/location/lastposition/gps/VerAccuracy "0.0" -f
12 vconftool set -t int db/location/lastposition/wps/Timestamp "0" -f
13 vconftool set -t double db/location/lastposition/wps/Latitude "0.0" -f
14 vconftool set -t double db/location/lastposition/wps/Longitude "0.0" -f
15 vconftool set -t double db/location/lastposition/wps/Altitude "0.0" -f
16 vconftool set -t double db/location/lastposition/wps/HorAccuracy "0.0" -f
17 vconftool set -t int db/location/lastposition/sps/Timestamp "0" -f
18 vconftool set -t double db/location/lastposition/sps/Latitude "0.0" -f
19 vconftool set -t double db/location/lastposition/sps/Longitude "0.0" -f
20 vconftool set -t double db/location/lastposition/sps/Altitude "0.0" -f
21 vconftool set -t double db/location/lastposition/sps/HorAccuracy "0.0" -f
22 vconftool set -t double db/location/lastposition/sps/VerAccuracy "0.0" -f
23 vconftool set -t int db/location/setting/GpsEnabled "0" -g 6514 -f
24 vconftool set -t int db/location/setting/AgpsEnabled "0" -g 6514 -f
25 vconftool set -t int db/location/setting/NetworkEnabled "0" -g 6514 -f
26 vconftool set -t int db/location/setting/SensorEnabled "0" -g 6514 -f
27 else
28
29 vconftool set -t int db/location/lastposition/gps/Timestamp "0" -f
30 vconftool set -t double db/location/lastposition/gps/Latitude "0.0" -f
31 vconftool set -t double db/location/lastposition/gps/Longitude "0.0" -f
32 vconftool set -t double db/location/lastposition/gps/Altitude "0.0" -f
33 vconftool set -t double db/location/lastposition/gps/HorAccuracy "0.0" -f
34 vconftool set -t double db/location/lastposition/gps/VerAccuracy "0.0" -f
35 vconftool set -t int db/location/lastposition/wps/Timestamp "0" -f
36 vconftool set -t double db/location/lastposition/wps/Latitude "0.0" -f
37 vconftool set -t double db/location/lastposition/wps/Longitude "0.0" -f
38 vconftool set -t double db/location/lastposition/wps/Altitude "0.0" -f
39 vconftool set -t double db/location/lastposition/wps/HorAccuracy "0.0" -f
40 vconftool set -t int db/location/lastposition/sps/Timestamp "0" -f
41 vconftool set -t double db/location/lastposition/sps/Latitude "0.0" -f
42 vconftool set -t double db/location/lastposition/sps/Longitude "0.0" -f
43 vconftool set -t double db/location/lastposition/sps/Altitude "0.0" -f
44 vconftool set -t double db/location/lastposition/sps/HorAccuracy "0.0" -f
45 vconftool set -t double db/location/lastposition/sps/VerAccuracy "0.0" -f
46 vconftool set -t int db/location/setting/GpsEnabled "0" -g -f
47 vconftool set -t int db/location/setting/AgpsEnabled "0" -f
48 vconftool set -t int db/location/setting/NetworkEnabled "0" -f
49 vconftool set -t int db/location/setting/SensorEnabled "0" -f
50 fi
51
52 sync