Date: Wednesday, February 4, 2015 @ 10:32:54 Author: tpowa Revision: 230737
upgpkg: qemu 2.2.0-2 remove userdel from qemu.install Modified: qemu/trunk/PKGBUILD qemu/trunk/qemu.install --------------+ PKGBUILD | 2 +- qemu.install | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-04 09:25:33 UTC (rev 230736) +++ PKGBUILD 2015-02-04 09:32:54 UTC (rev 230737) @@ -2,7 +2,7 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=('qemu' 'libcacard') pkgver=2.2.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('GPL2' 'LGPL2.1') url="http://wiki.qemu.org/Index.html" Modified: qemu.install =================================================================== --- qemu.install 2015-02-04 09:25:33 UTC (rev 230736) +++ qemu.install 2015-02-04 09:32:54 UTC (rev 230737) @@ -17,7 +17,3 @@ fi } -post_remove() { - # - groupdel kvm -}
