apply FSL(Flora Software License)
[apps/home/menu-daemon.git] / debian / menu-daemon.postinst
1 #!/bin/sh
2
3 vconf_init()
4 {
5         vconftool set -t string memory/menuscreen/desktop "0" -i
6         vconftool set -t string db/menuscreen/pkgname "org.tizen.menu-screen" -i -u 5000
7 }
8
9 vconf_init
10 ln -sf /etc/init.d/menudaemon /etc/rc.d/rc3.d/S46menudaemon
11 ln -sf /etc/init.d/menudaemon.fast /etc/rc.d/rc4.d/S85menudaemon
12
13 # End of a file