blob: f0970fd6b69599bd1d6f0055ec1ec489fb642dac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|