#!/bin/bash

# This file is sourced by /etc/X11/fly-dm/Xsession, not executed.

echo fly merge resources  `date '+%F %T.%3N'`

if [ -z $FLY_KIOSK_CONFIG_DIR ]; then
  [ -f /etc/xprofile ] && . /etc/xprofile
  [ -f $HOME/.xprofile ] && . $HOME/.xprofile
fi
