summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml
blob: 70e7189e2b586124fdc85b3f20f4bd3ce8fd0044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>
</mythmenu>