virt-manager: remove compiled glib schemas from package.

This commit is contained in:
Enno Boland 2016-01-15 13:41:11 +01:00
parent 7f65ff3ced
commit e2e8947fda

View file

@ -1,7 +1,7 @@
# Template file for 'virt-manager'
pkgname=virt-manager
version=1.3.2
revision=1
revision=2
noarch=yes
nocross=yes
build_style=python-module
@ -17,3 +17,7 @@ license="GPL-3"
homepage="http://virt-manager.org"
distfiles="http://virt-manager.org/download/sources/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=270c1f631fd029fee5291e83f50d69e261db666aa952c184643bc6cece77fdb3
post_install() {
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled
}