#!/bin/sh
#
# Xreset
#
# This program is run as root after the session terminates but
# before the display is closed
#

# Remove the session manager property off the root window.
/usr/bin/X11/xprop -root -remove SCO_SESSION > /dev/null 2>&1

