diff options
author | Kim Kibum <kb0929.kim@samsung.com> | 2012-06-08 14:54:06 +0900 |
---|---|---|
committer | Kim Kibum <kb0929.kim@samsung.com> | 2012-06-08 14:54:06 +0900 |
commit | f49ccb71d7a62ec2d8743bfcf9fbe6c7f40b2aaf (patch) | |
tree | 4d172cef6094b9c58ad806d6099983259d7cd1d9 /debian/menu-daemon.postinst | |
parent | 51c6a1be576b2bf51544a96c6f43f7a73659b446 (diff) | |
download | menu-daemon-f49ccb71d7a62ec2d8743bfcf9fbe6c7f40b2aaf.tar.gz menu-daemon-f49ccb71d7a62ec2d8743bfcf9fbe6c7f40b2aaf.tar.bz2 menu-daemon-f49ccb71d7a62ec2d8743bfcf9fbe6c7f40b2aaf.zip |
apply FSL(Flora Software License)
Diffstat (limited to 'debian/menu-daemon.postinst')
-rwxr-xr-x | debian/menu-daemon.postinst | 13 |
1 files changed, 13 insertions, 0 deletions
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 |