home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / YaST2 / control / update.xml < prev    next >
Extensible Markup Language  |  2006-11-29  |  2KB  |  78 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE productDefines SYSTEM "/usr/share/YaST2/control/control.dtd">
  3. <productDefines  xmlns="http://www.suse.com/1.0/yast2ns"
  4.     xmlns:config="http://www.suse.com/1.0/configns">
  5.  
  6. <!--
  7. Work around for the text domain
  8. textdomain="update"
  9. -->
  10.  
  11.     <textdomain>update</textdomain>
  12.  
  13.     <proposals config:type="list">
  14.         <proposal>
  15.             <label>Update Settings</label>
  16.             <mode>update</mode>
  17.             <name>update</name>
  18.             <stage>normal</stage>
  19.             <proposal_modules config:type="list">
  20.                 <proposal_module>update</proposal_module>
  21.                 <proposal_module>packages</proposal_module>
  22.                 <proposal_module>backup</proposal_module>
  23.                 <proposal_module>language</proposal_module>
  24.             </proposal_modules>
  25.         </proposal>
  26.     </proposals>
  27.  
  28.     <workflows config:type="list">
  29.         <workflow>
  30.         <label>Update</label>
  31.             <defaults>
  32.                 <archs>all</archs>
  33.             </defaults>
  34.             <stage>normal</stage>
  35.             <mode>update</mode>
  36.             <modules  config:type="list">
  37.                 <module>
  38.                 <label>Update Settings</label>
  39.                     <name>inst_proposal</name>
  40.                     <proposal>update</proposal>
  41.                 </module>
  42.                 <module>
  43.                     <name>inst_kickoff</name>
  44.                 <label>Perform Update</label>
  45.                 </module>
  46.                 <module>
  47.                     <name>inst_rpmcopy</name>
  48.                 <label>Perform Update</label>
  49.                     <postscript>
  50.                         <interpreter>shell</interpreter>
  51.                         <source>
  52. <![CDATA[#!/bin/sh
  53. /usr/lib/YaST2/bin/gnome-postinstall
  54. ]]>
  55.                         </source>
  56.                     </postscript>
  57.                 </module>
  58.                 <module>
  59.                 <label>Clean Up</label>
  60.                     <name>inst_suseconfig</name>
  61.                 </module>
  62.         <module>
  63.             <label>Update System Configuration</label>
  64.             <name>inst_finish</name>
  65.         </module>
  66.             </modules>
  67.         </workflow>
  68.     </workflows>
  69.     <inst_finish_stages config:type="list">
  70.     <inst_finish_stage>
  71.         <label>Update Configuration</label>
  72.         <steps config:type="list">
  73.         <step>pkg</step>
  74.         </steps>
  75.     </inst_finish_stage>
  76.     </inst_finish_stages>
  77. </productDefines>
  78.