diff options
| author | Greg Frost <gregfrost1@bigpond.com> | 2010-02-28 08:30:35 (GMT) |
|---|---|---|
| committer | Greg Frost <gregfrost1@bigpond.com> | 2010-02-28 08:30:35 (GMT) |
| commit | 8559ff832fa59cd601202117ded2ba319907ddcb (patch) | |
| tree | 87fea41edd3c8d2a8abb296d2be2d5871f12d2d9 /abs/core-testing/linhes-scripts | |
| parent | a1e150195ed55ea1b9e6d2a8eded38072052ef6b (diff) | |
| parent | 8be041eb9ad662b209f0bd5d38a774c03c931213 (diff) | |
| download | linhes_pkgbuild-8559ff832fa59cd601202117ded2ba319907ddcb.zip linhes_pkgbuild-8559ff832fa59cd601202117ded2ba319907ddcb.tar.gz linhes_pkgbuild-8559ff832fa59cd601202117ded2ba319907ddcb.tar.bz2 | |
Merge branch 'master' of ssh://gregfrost@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/linhes-scripts')
| -rw-r--r-- | abs/core-testing/linhes-scripts/PKGBUILD | 2 | ||||
| -rw-r--r-- | abs/core-testing/linhes-scripts/upgrade_to_0.22.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD index b997242..af152c1 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=49 +pkgrel=51 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') diff --git a/abs/core-testing/linhes-scripts/upgrade_to_0.22.sh b/abs/core-testing/linhes-scripts/upgrade_to_0.22.sh index 03b6a1a..8536a05 100644 --- a/abs/core-testing/linhes-scripts/upgrade_to_0.22.sh +++ b/abs/core-testing/linhes-scripts/upgrade_to_0.22.sh @@ -86,6 +86,7 @@ if grep -E "Master|Stand" /etc/systemconfig &>/dev/null xterm -e mythfrontend echo "Performing LinHES specific schema updates." /usr/LH/bin/update_schema_021_to_022.sh + cat /data/database/dvd_transcode_r6.sql | mysql -u root mythconverg fi echo "All done!" echo -e "\033[5mThanks for choosing LinHES!\033[0m" |
