summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml
blob: f3776c86e93cad4c3b44a9310fd2a05edac03497 (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>UPDATE</type>
     <text>Perform updates?</text>
     <action>NONE</action>
   </button>

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

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