summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-30/mythtv/menu-xml/update2.xml
blob: 4eee8ccae473dbfbc159b1715e6a017b87f3e7cb (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
<mythmenu name="LH_UPDATE">

   <button>
     <type>UPGRADE</type>
     <text>Install Updates</text>
     <description>Install updates for the LinHES system</description>
     <action>EXEC sudo /usr/LH/bin/linhes_update2.sh install</action>
     <action>JUMP Reload Theme</action>
   </button>

   <button>
     <type>JUMP_RELOAD_THEME</type>
     <text>Cancel Updates</text>
     <description>Return to Main Menu</description>
     <action>EXEC sudo /usr/LH/bin/linhes_update2.sh</action>
     <action>JUMP Reload Theme</action>
   </button>

   <button>
     <type>UPGRADE</type>
     <text>View Updates</text>
     <description>Displays the packages to be updated</description>
     <action>MENU update3.xml</action>
   </button>
</mythmenu>