summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/old/stable-0.21/mythtv/menu-xml/update.xml
blob: 5b28833098ae1a46eb31af42de496a95697d2233 (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>UPGRADE</type>
     <text>Check for updates?</text>
     <action>NONE</action>
   </button>

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