summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.24/mythtv/menu-xml/update2.xml
blob: e4a443d3c5d6946b94b522dc01e0aa361e22a0fd (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>Install 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 Updates</text>
     <action>MENU update3.xml</action>
   </button>
</mythmenu>