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

case $SESSION in
    icewm*|IceWM*|starticewm)
	xdg-autostart -r Old
	;;
esac
