# This file is sourced by Xsession(5), not executed.

SEAHORSE=/usr/bin/seahorse-agent

if [ -x $SEAHORSE ]; then
	STARTUP="$SEAHORSE --execute $STARTUP"
fi

