Path : /usr/share/YaST2/clients/ |
Current File : //usr/share/YaST2/clients/OneClickInstallUrlHandler.ycp |
{ //Allows embedding just the URL to the metapackage in the web page, instead of the entire package. textdomain "oneclickinstall"; list<string> args = (list<string>)WFM::Args(); string urlurl = args[0]:""; string INVALID_CHARS = "\n"; string url = (string)SCR::Read(.target.string,urlurl); WFM::call("OneClickInstallUI",[deletechars(url,INVALID_CHARS)]); }