ef33c15a315dc4b247633f15947535ac98c17906
[apps/native/menu-screen.git] / debian / org.tizen.menu-screen.postinst
1 #!/bin/sh
2
3 INHOUSE_ID="5000"
4
5 init_vconf()
6 {
7         vconftool set -t int memory/idle-screen/top 0 -i -u 5000 -f
8         vconftool set -t string file/private/org.tizen.menu-screen/engine "gl" -i -u 5000 -f
9         vconftool set -t string db/setting/menuscreen/package_name "org.tizen.menu-screen" -i -u 5000 -f
10 }
11
12
13
14 init_vconf
15
16 # End of a file