Date: Friday, February 1, 2013 @ 13:16:55 Author: tpowa Revision: 176843
upgpkg: qemu 1.3.1-2 fix install message Modified: qemu/trunk/PKGBUILD qemu/trunk/qemu.install --------------+ PKGBUILD | 2 +- qemu.install | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-01 11:37:30 UTC (rev 176842) +++ PKGBUILD 2013-02-01 12:16:55 UTC (rev 176843) @@ -2,7 +2,7 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=qemu pkgver=1.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation." arch=('i686' 'x86_64') license=('GPL2' 'LGPL2.1') Modified: qemu.install =================================================================== --- qemu.install 2013-02-01 11:37:30 UTC (rev 176842) +++ qemu.install 2013-02-01 12:16:55 UTC (rev 176843) @@ -3,9 +3,10 @@ # groupadd kvm -f -g 78 echo ">>> PLEASE READ FOR KVM USAGE!" - echo ">>> Load the correct KVM module, you will need a KVM capable CPU!" echo ">>> Add yourself to the group 'kvm'." - echo "" +} + +post_upgrade() { if [ "$(vercmp $2 0.11)" -lt 0 ]; then echo "With the release of qemu and qemu-kvm 0.12.X, the kqemu kernel module" echo "is no longer supported and will be removed from the repositories. You" @@ -18,10 +19,6 @@ fi } -post_upgrade() { - post_install $1 -} - post_remove() { # groupdel kvm
