if [ -z $(installed_version gnustep-base) ];
then
	return 0
fi                                                                    &&

if [ -d /usr/GNUstep ];
then
    message "${PROBLEM_COLOR} Found stuff in /urs/GNUstep!"           &&
    message "GNUstep stuff must be moved to /opt/GNUstep to be FSHS " &&
    message "compliant."                                              &&
    message "Going to recast gnustep base and dependants too."        &&
    message "${DEFAULT_COLOR}"                                        &&
    up_trigger gnustep-base cast_self
fi
