Spec tweak for mkdir command.
[profile/ivi/menu-screen.git] / debian / org.tizen.menu-screen.postinst
1 #!/bin/sh
2
3 INHOUSE_ID="5000"
4
5 init_vconf()
6 {
7         # for menu daemon
8         vconftool set -t int memory/menu-screen/is_menu_screen_done 0 -i -f
9
10         # for menu-screen
11         vconftool set -t int memory/idle_screen/top 0 -i -u 5000 -f
12         vconftool set -t string db/setting/menuscreen/package_name "org.tizen.menu-screen" -i -u 5000 -f
13 }
14
15
16
17 init_vconf
18
19 # End of a file