ACC SHELL

Path : /usr/share/YaST2/scrconf/
File Upload :
Current File : //usr/share/YaST2/scrconf/autoinstall.scr

/**
 * File:	yast2_desktop.scr
 * Summary:	Agent for reading/writing yast2 menuentries
 * Author:	Michal Svec <msvec@suse.cz>
 *			Anas Nashif <nashif@suse.de>
 * Access:	read / write
 *
 * Example:
 *   Dir(.yast2.menuentry)
 *   (["lan", "modem", "isdn", ...])
 **
 *   Read(.yast2.menuentry.lan)
 *   ("3")
 *
 * $Id: autoinstall.scr 12870 2003-11-30 03:46:04Z nashif $
 */
.autoyast2.desktop

`ag_ini(
    `IniAgent( [ "/usr/share/applications/YaST2/*.desktop" , "/usr/share/autoinstall/modules/*.desktop" ],
	$[
	    "options"	: [ ],
	    "comments"	: [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ],
	    "sections"	: [
		$[ "begin" : [
		    "^[ \t]*\\[[ \t]*(.*[^ \t])[ \t]*\\][ \t]*",
		    "[%s]",
		]],
	    ],
	    "params" : [
		$[ "match" : [
		    "^[ \t]*([^=]*[^ \t=])[ \t]*=[ \t]*(.*[^ \t]|)[ \t]*$" ,
		    "%s=%s",
		]],
	    ],
//	    "rewrite" : [
//		[ "/usr/share/applications/YaST2/(.*)\.desktop", "/usr/share/applications/YaST2/%s.desktop" ],
//	    ],
	]
    )
)

ACC SHELL 2018