diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-07-02 14:40:58 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-07-02 14:40:58 (GMT) |
commit | 6df05bf800839e95f4b03f67207e7fdba3a4c90b (patch) | |
tree | 6d98eb6a8eb3ed5c16f8b8a1a2ad8c8ac5083d3b /abs/core/LinHES-system | |
parent | 5d810f391b2071415598c8d29dd96d4c1c38ae1d (diff) | |
parent | c9041c8753b14ad9616c8dc3deb0e0426d94fd5f (diff) | |
download | linhes_pkgbuild-6df05bf800839e95f4b03f67207e7fdba3a4c90b.zip linhes_pkgbuild-6df05bf800839e95f4b03f67207e7fdba3a4c90b.tar.gz linhes_pkgbuild-6df05bf800839e95f4b03f67207e7fdba3a4c90b.tar.bz2 |
Merge branch 'testing' of linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/LinHES-system')
-rwxr-xr-x | abs/core/LinHES-system/LinHES-session | 7 | ||||
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/LinHES-session b/abs/core/LinHES-system/LinHES-session index 61405db..27ce2bd 100755 --- a/abs/core/LinHES-system/LinHES-session +++ b/abs/core/LinHES-system/LinHES-session @@ -243,8 +243,15 @@ function update_apple_trailers(){ fi } +function first_mythwelcome_config(){ + echo "First configure: Running mythwelcome-config.py" + /usr/LH/bin/mythwelcome-config.py + } + + function first_configure(){ + first_mythwelcome_config if [ ! x$STARTUP_STYLE = xlegacy ] then first_configure_mv diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index a049353..fd167c1 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=8.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin @@ -81,7 +81,7 @@ build() { } -md5sums=('08abf577578dd805bab7cd9eba90965a' +md5sums=('8fc4b7c1ddf8f3c4d2266ce55086b4d4' 'de32a1c50101265dd7f6ca5037f7a26a' 'a875ee97f86e46f34a741c2bc455f894' '76b2637cac0452b3acdbeeb4e8a5474b' |