summaryrefslogtreecommitdiff
path: root/debian/menu-daemon.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/menu-daemon.postinst')
-rwxr-xr-xdebian/menu-daemon.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/menu-daemon.postinst b/debian/menu-daemon.postinst
index f0970fd..38c2969 100755
--- a/debian/menu-daemon.postinst
+++ b/debian/menu-daemon.postinst
@@ -2,8 +2,8 @@
vconf_init()
{
- vconftool set -t string memory/menuscreen/desktop "0" -i
- vconftool set -t string db/menuscreen/pkgname "org.tizen.menu-screen" -i -u 5000
+ vconftool set -t string memory/menuscreen/desktop "0" -i -f
+ vconftool set -t int memory/idle-screen/is_idle_screen_launched "0" -i -u 5000 -f
}
vconf_init