From f49ccb71d7a62ec2d8743bfcf9fbe6c7f40b2aaf Mon Sep 17 00:00:00 2001 From: Kim Kibum Date: Fri, 8 Jun 2012 14:54:06 +0900 Subject: apply FSL(Flora Software License) --- debian/menu-daemon.postinst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 debian/menu-daemon.postinst (limited to 'debian/menu-daemon.postinst') diff --git a/debian/menu-daemon.postinst b/debian/menu-daemon.postinst new file mode 100755 index 0000000..f0970fd --- /dev/null +++ b/debian/menu-daemon.postinst @@ -0,0 +1,13 @@ +#!/bin/sh + +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 +} + +vconf_init +ln -sf /etc/init.d/menudaemon /etc/rc.d/rc3.d/S46menudaemon +ln -sf /etc/init.d/menudaemon.fast /etc/rc.d/rc4.d/S85menudaemon + +# End of a file -- cgit v1.2.3