diff options
author | Bob Igo <bob@stormlogic.com> | 2009-02-18 21:37:21 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-02-18 21:37:21 (GMT) |
commit | 7c824a57dda47469dd665ca874e2aeed8fe22eb2 (patch) | |
tree | ec00bc92170db10441c24ae1a6c8526e54f58863 /abs/core-testing/LinHES-system | |
parent | 9c978398e4ac95646ad993004bf3fdc2284b98a8 (diff) | |
download | linhes_pkgbuild-7c824a57dda47469dd665ca874e2aeed8fe22eb2.zip linhes_pkgbuild-7c824a57dda47469dd665ca874e2aeed8fe22eb2.tar.gz linhes_pkgbuild-7c824a57dda47469dd665ca874e2aeed8fe22eb2.tar.bz2 |
Getting Tweaker to run ASAP after first boot, not before.
Diffstat (limited to 'abs/core-testing/LinHES-system')
-rw-r--r-- | abs/core-testing/LinHES-system/LinHES-run | 4 | ||||
-rw-r--r-- | abs/core-testing/LinHES-system/PKGBUILD | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run index fe79722..48d9d8a 100644 --- a/abs/core-testing/LinHES-system/LinHES-run +++ b/abs/core-testing/LinHES-system/LinHES-run @@ -24,7 +24,9 @@ if [ ! $SystemType = "Frontend_only" ] then if [ -f ~/.configure ] then - autocard.py -g & + sudo -E tweaker.pl + /bin/rm /tmp/fps # ??? clean up a temp file that will eventually be obsolete anyway + #autocard.py -g & MythVantage -b #0 yes diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD index 39f0cde..874b085 100644 --- a/abs/core-testing/LinHES-system/PKGBUILD +++ b/abs/core-testing/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=1.0 -pkgrel=28 +pkgrel=29 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin |