diff options
author | Britney Fransen <brfransen@gmail.com> | 2012-02-20 04:42:06 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2012-02-20 04:42:06 (GMT) |
commit | 21c364279485a642183b45c081c3936ba6230953 (patch) | |
tree | e8195af96a90f269c287aba4a856c214cd24d18d | |
parent | c34bed5a3878800808d66c788af1e240c856de99 (diff) | |
download | linhes_pkgbuild-21c364279485a642183b45c081c3936ba6230953.zip linhes_pkgbuild-21c364279485a642183b45c081c3936ba6230953.tar.gz linhes_pkgbuild-21c364279485a642183b45c081c3936ba6230953.tar.bz2 |
linhes-scripts: linhes_update2.sh: fix typo
-rw-r--r-- | abs/core/linhes-scripts/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/linhes-scripts/linhes_update2.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/linhes-scripts/PKGBUILD b/abs/core/linhes-scripts/PKGBUILD index 2958084..a50faf8 100644 --- a/abs/core/linhes-scripts/PKGBUILD +++ b/abs/core/linhes-scripts/PKGBUILD @@ -3,7 +3,7 @@ pkgname=linhes-scripts pkgver=7 -pkgrel=26 +pkgrel=27 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') @@ -85,7 +85,7 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5' 'b2c3dd48a4abb976eda2d5fbf22a173a' 'b527b01d119d3bc33b8fa69bdf1082bb' '9d077c24d102fa02e4f417d639d8b00a' - '76217325747065b1466012b1139d5597' + '98979920c30bb48c02d00f6943e9e50e' '460861e6d0cf999629b734912eea0acf' 'ccca6bdbbd86b203a3eecdbbe363e701' '65629302a4d2c3adf88cdf0ebc10d493' diff --git a/abs/core/linhes-scripts/linhes_update2.sh b/abs/core/linhes-scripts/linhes_update2.sh index f95898a..d6984ed 100644 --- a/abs/core/linhes-scripts/linhes_update2.sh +++ b/abs/core/linhes-scripts/linhes_update2.sh @@ -20,7 +20,7 @@ then killall -9 osd_cat echo -e "\nUpdates complete." | osd_cat --pos=middle --align=center --delay=3 --color=$color --outline=$outline --outlinecolour=$outlinecolour --shadow=$shadow --shadowcolour=$shadowcolour --font=$font & echo -e "\nUpdates complete." | osd_cat --pos=middle --align=center --delay=3 --color=$color --outline=$outline --outlinecolour=$outlinecolour --shadow=$shadow --shadowcolour=$shadowcolour --font=$font & - if grep kernel26 /tmp/to_be_upgraded || grep nvidia /tmp/to_be_upgrade + if grep kernel26 /tmp/to_be_upgraded || grep nvidia /tmp/to_be_upgraded then echo -e "\n\nUpdates require a reboot." | osd_cat --pos=middle --align=center --delay=3 --color=$color --outline=$outline --outlinecolour=$outlinecolour --shadow=$shadow --shadowcolour=$shadowcolour --font=$font & echo -e "\n\nUpdates require a reboot." | osd_cat --pos=middle --align=center --delay=3 --color=$color --outline=$outline --outlinecolour=$outlinecolour --shadow=$shadow --shadowcolour=$shadowcolour --font=$font & |