diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-02-27 10:49:06 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-02-27 10:49:06 (GMT) |
commit | c97ad3b40d55636ba8620c92054ad067243395cc (patch) | |
tree | 620370d8ba4ef644fb58d14f7b4ba205940a3b14 | |
parent | 6f5c5f9bff4c5377fa447815a27e427563ba5cae (diff) | |
download | linhes_pkgbuild-c97ad3b40d55636ba8620c92054ad067243395cc.zip linhes_pkgbuild-c97ad3b40d55636ba8620c92054ad067243395cc.tar.gz linhes_pkgbuild-c97ad3b40d55636ba8620c92054ad067243395cc.tar.bz2 |
linhes-scripts:allows for the proper version of LinHES to show in the 'about' popup.
-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 1fbd631..b9a0495 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=45 +pkgrel=46 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 ee23411..01c066d 100644 --- a/abs/core-testing/linhes-scripts/upgrade_to_0.22.sh +++ b/abs/core-testing/linhes-scripts/upgrade_to_0.22.sh @@ -73,6 +73,7 @@ pause 'Press <ENTER> to continue...' xterm -e mythfrontend echo "Performing LinHES specific schema updates." /usr/LH/bin/update_schema_021_to_022.sh +cat /etc/LinHES-release > /etc/os_myth_release echo "All done!" echo -e "\033[5mThanks for choosing LinHES!\033[0m" pause "Press <ENTER> to reboot." |