Tizen 2.1 base
[apps/core/preloaded/lockscreen.git] / debian / org.tizen.lockscreen.postinst
1 #!/bin/sh
2
3 if [ x"${USER}" == x"root" ]
4 then
5         #5000 is inhouse user id
6         #do not use relative path
7         chown -R 5000:5000 /opt/apps/org.tizen.lockscreen/data
8 fi
9
10 GOPTION=""  # Set without -g, -u options
11 if [ ${USER} == "root" ]
12 then
13         # Set vconf values with -g/-u options
14         GOPTION="-g 6514"
15 fi
16
17 vconftool $GOPTION set -t string file/private/org.tizen.lockscreen/title "Welcome"
18 vconftool $GOPTION set -t string file/private/org.tizen.lockscreen/title2 " "
19 vconftool $GOPTION set -t int file/private/org.tizen.lockscreen/title_line "1"
20 vconftool $GOPTION set -t int db/org.tizen.lockscreen/info_position "2"