#!/usr/bin/sh
# to be sourced

case ${SESSION##*/} in
    icewm*|IceWM*|starticewm)
	xdg-autostart -d Old
	;;
esac
