ACC SHELL

Path : /usr/share/YaST2/clients/
File Upload :
Current File : //usr/share/YaST2/clients/update_wizard_steps.ycp

/**
 * File:
 *	update_wizard_steps.ycp
 *
 * Module:
 *	Installation
 *
 * Authors:
 *	Lukas Ocilka <locilka@suse.cz>
 *
 * Summary:
 *	Script can be called from another installation modules.
 *	It has been designed just to redraw the installation
 *	steps. Call it only if needed.
 *	WFM::call ("update_wizard_steps")
 *
 * $Id: update_wizard_steps.ycp 57028 2009-04-29 10:58:09Z lslezak $
 *
 */
{
    textdomain "installation";

    include "installation/misc.ycp";

    y2milestone ("Updating/redrawing wizard steps...");
    UpdateWizardSteps();

    return `auto;
}

ACC SHELL 2018