summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable-0.23/mythtv/menu-xml/update2.xml
blob: 2ab82eac5f8c0e07e8a8fc53f87676066cb554bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<mythmenu name="LinHES">

   <button>
     <type>UPGRADE</type>
     <text>Perform updates?</text>
     <action>NONE</action>
   </button>

   <button>
     <type>UPGRADE</type>
     <text>Yes</text>
     <action>EXEC sudo /usr/LH/bin/linhes_update2.sh</action>
   </button>
   
   <button>
     <type>UPGRADE</type>
     <text>No</text>
     <action>UPMENU</action>
   </button>

   <button>
     <type>UPGRADE</type>
     <text>View files to be upgraded.</text>
     <action>EXEC sudo /usr/LH/bin/linhes_update3.sh</action>
   </button>
</mythmenu>