diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-16 20:23:51 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-16 20:23:51 (GMT) |
commit | 13db4e5f492412b8127322169ffc8e75c3ea4ef4 (patch) | |
tree | 4a858c8c9a461b654e8c46af18500c558aaf3194 | |
parent | e0e80fb41248e5691afdcda5f34ec8364d3c2c5f (diff) | |
download | linhes_pkgbuild-13db4e5f492412b8127322169ffc8e75c3ea4ef4.zip linhes_pkgbuild-13db4e5f492412b8127322169ffc8e75c3ea4ef4.tar.gz linhes_pkgbuild-13db4e5f492412b8127322169ffc8e75c3ea4ef4.tar.bz2 |
LinHES-system: stop_xss.sh: google-chrome replaces chromium
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 4 | ||||
-rwxr-xr-x | abs/core/LinHES-system/stop_xss.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index 82cc14b..03e5eca 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=8.0 -pkgrel=12 +pkgrel=13 arch=('i686' 'x86_64') install=system.install pkgdesc="Everything that makes LinHES an automated system" @@ -110,7 +110,7 @@ md5sums=('8fc4b7c1ddf8f3c4d2266ce55086b4d4' '116b0f62ed4e8dd6e437930deeb6e49e' '17f678d37187be0f12d67f64e40429c6' 'bacc813b48bafcc6fe906e5969930501' - '54a478660d0f8150fe10112a9ecf2740' + '8e02efe1ad0df9a179075147eebb05b9' '8b0298f70f97cc1dc2a58b9a73c64bd3' '911b0fbc8d9178dac1a193346c9decaf' '34fc1f58ad1eabf4eff4979d420760c0' diff --git a/abs/core/LinHES-system/stop_xss.sh b/abs/core/LinHES-system/stop_xss.sh index 4bb9d1a..b03169b 100755 --- a/abs/core/LinHES-system/stop_xss.sh +++ b/abs/core/LinHES-system/stop_xss.sh @@ -3,7 +3,7 @@ while [ 1=1 ]; do - if [ "$(pidof chromium)" -o "$(pidof huludesktop)" -o "$(pidof xbmc.bin)" ] + if [ "$(pidof google-chrome)" -o "$(pidof huludesktop)" -o "$(pidof xbmc.bin)" ] then xscreensaver-command -deactivate fi |