diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-10-19 12:42:21 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-10-19 12:42:21 (GMT) |
commit | e83014834bac090d027de06e722ce2042cf7f951 (patch) | |
tree | b421a2e33b05c7aad97f9df9baf0a76d76bef765 /abs/core-testing | |
parent | 601cb5987fe81d489ba4c1bafd96be123f3e7053 (diff) | |
parent | 5f0964a527a32478649ab13006c56dcfe9a67b2c (diff) | |
download | linhes_pkgbuild-e83014834bac090d027de06e722ce2042cf7f951.zip linhes_pkgbuild-e83014834bac090d027de06e722ce2042cf7f951.tar.gz linhes_pkgbuild-e83014834bac090d027de06e722ce2042cf7f951.tar.bz2 |
Merge branch 'master' of ssh://gregfrost@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/linhes-scripts/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/linhes-scripts/install_hulu.sh | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD index f84a5d2..086e08a 100644 --- a/abs/core-testing/linhes-scripts/PKGBUILD +++ b/abs/core-testing/linhes-scripts/PKGBUILD @@ -3,7 +3,7 @@ pkgname=linhes-scripts pkgver=1 -pkgrel=36 +pkgrel=38 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') diff --git a/abs/core-testing/linhes-scripts/install_hulu.sh b/abs/core-testing/linhes-scripts/install_hulu.sh index f07a358..28e855c 100644 --- a/abs/core-testing/linhes-scripts/install_hulu.sh +++ b/abs/core-testing/linhes-scripts/install_hulu.sh @@ -56,6 +56,10 @@ button_name_menu = Home [flash] flash_location = /usr/lib/mozilla/plugins/libflashplayer.so +[screensaver] +suspend_script = /usr/bin/xscreensaver-command -deactivate +resume_script = /usr/bin/xscreensaver-command -activate + [version] latest = (null) eula_version = 0 |