9ae1a8db98a0dea7f037bf49438f52a5a6218a0d
[apps/native/menu-screen.git] / debian / org.tizen.menu-screen.postinst
1 #!/bin/sh
2
3 source /etc/tizen-platform.conf
4
5 users_gid=$(getent group $TZ_SYS_USER_GROUP | cut -f3 -d':')
6
7 INHOUSE_ID="$users_gid"
8
9 init_vconf()
10 {
11         vconftool set -t int memory/idle-screen/top 0 -i -g $users_gid -f
12         vconftool set -t string file/private/org.tizen.menu-screen/engine "gl" -i -g $users_gid -f
13         vconftool set -t string db/setting/menuscreen/package_name "org.tizen.menu-screen" -i -g $users_gid -f
14 }
15
16
17
18 init_vconf
19
20 # End of a file