#!/bin/sh -efu
# Set Xfce4 as default session to start

. install2-init-functions

conf="$destdir"/etc/sysconfig/desktop

echo xfce4 >"$conf"
