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

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