#!/bin/sh

if test -d /etc/X11/Xsession-gpe.d/; then
	ln -fs /etc/X11/Xsession.d/90keylaunch /etc/X11/Xsession-gpe.d/90keylaunch
fi

exit 0
