summaryrefslogtreecommitdiffstats
path: root/abs/not_built/core/mythtv/stable-0.24/mythtv/menu-xml/update2.xml
blob: 64388cb25da7aff6c1bc37567c9e75410fa6221a (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>Install Updates</text>
     <action>EXEC sudo /usr/LH/bin/linhes_update2.sh install</action>
   </button>

   <button>
     <type>UPGRADE</type>
     <text>Cancel Updates</text>
     <action>EXEC sudo /usr/LH/bin/linhes_update2.sh</action>
   </button>

   <button>
     <type>UPGRADE</type>
     <text>View Updates</text>
     <action>MENU update3.xml</action>
   </button>
</mythmenu>