#!/bin/sh -efu

. install2-init-functions
. shell-ini-config

subst 's/happygnome-list/lxdesktop/' $destdir/etc/X11/gdm/custom.conf
subst '/\[daemon\]/aDefaultSession=LXDE.desktop' $destdir/etc/X11/gdm/custom.conf
ini_config_set $destdir/etc/X11/gdm/custom.conf greeter Browser true
ini_config_set $destdir/etc/X11/gdm/custom.conf greeter ConfigAvailable false
ini_config_set $destdir/etc/X11/gdm/custom.conf greeter ChooserButton false
