summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/linhes_update2.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-01-02 23:00:23 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-01-02 23:00:23 (GMT)
commitb6e1bc61a322fc58278984e6b25ff72f98fa765f (patch)
tree62995a28e59268ece16881f155fd95a31ce97321 /abs/core/LinHES-system/linhes_update2.sh
parent9ae2c0a4af19617e7f6c8becd1877d86c7aad40d (diff)
downloadlinhes_pkgbuild-b6e1bc61a322fc58278984e6b25ff72f98fa765f.zip
linhes_pkgbuild-b6e1bc61a322fc58278984e6b25ff72f98fa765f.tar.gz
linhes_pkgbuild-b6e1bc61a322fc58278984e6b25ff72f98fa765f.tar.bz2
LinHES-system: update menu names in linhes-update and gen_is_xml
Diffstat (limited to 'abs/core/LinHES-system/linhes_update2.sh')
-rw-r--r--abs/core/LinHES-system/linhes_update2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/linhes_update2.sh b/abs/core/LinHES-system/linhes_update2.sh
index b26e762..6087729 100644
--- a/abs/core/LinHES-system/linhes_update2.sh
+++ b/abs/core/LinHES-system/linhes_update2.sh
@@ -7,7 +7,7 @@ then
sudo pacman -Su --force --noconfirm
msg_client.py --clear --tag "Updating"
msg_client.py --kill
- msg_client.py --msg "Updates complete.|middle"
+ msg_client.py --msg "Updates complete.\nReturning to Main Menu.|middle"
if grep linux /tmp/to_be_upgraded || grep nvidia /tmp/to_be_upgraded
then
msg_client.py --msg "Updates require a reboot.|middle"
@@ -28,7 +28,7 @@ then
echo " <button>" >> /tmp/linhes.xml.tmp
echo " <type>UPGRADE</type>" >> /tmp/linhes.xml.tmp
echo " <text>Update LinHES</text>" >> /tmp/linhes.xml.tmp
- echo " <description>Update the LinHES System</description>" >> /tmp/linhes.xml.tmp
+ echo " <description>Update the LinHES system</description>" >> /tmp/linhes.xml.tmp
echo " <action>MENU update.xml</action>" >> /tmp/linhes.xml.tmp
echo " </button>" >> /tmp/linhes.xml.tmp
echo "<!--#Check for updates-->" >> /tmp/linhes.xml.tmp