diff options
author | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:00:35 +0900 |
---|---|---|
committer | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:00:35 +0900 |
commit | 479b16d56288110cd6f96808b09093a1e6a7e083 (patch) | |
tree | a220ba6e26085335bc28f318e563858faadc256c /debian/menu-daemon.postinst | |
parent | 51c6a1be576b2bf51544a96c6f43f7a73659b446 (diff) | |
download | menu-daemon-tizen_2.0.tar.gz menu-daemon-tizen_2.0.tar.bz2 menu-daemon-tizen_2.0.zip |
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..38c2969 --- /dev/null +++ b/debian/menu-daemon.postinst @@ -0,0 +1,13 @@ +#!/bin/sh + +vconf_init() +{ + 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 +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 |