#!/bin/sh -fu

. install2-init-functions

colorScheme=`chroot $destdir grep -s colorScheme /etc/kde/distribution/share/config/kdeglobals | cut -d. -f1| sed s/color/Color/`

subst "s|ColorScheme=kdm_default_scheme|$colorScheme|" $destdir/etc/X11/kdm/kdmrc &>/dev/null ||:
