diff options
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 |