virt-manager: remove icon-theme.cache.

This commit is contained in:
Enno Boland 2016-03-27 00:53:21 +01:00
parent afdfb1d0ce
commit b56ce7b28d

View file

@ -1,7 +1,7 @@
# Template file for 'virt-manager'
pkgname=virt-manager
version=1.3.2
revision=4
revision=5
noarch=yes
nocross=yes
build_style=python-module
@ -19,5 +19,6 @@ distfiles="http://virt-manager.org/download/sources/${pkgname}/${pkgname}-${vers
checksum=270c1f631fd029fee5291e83f50d69e261db666aa952c184643bc6cece77fdb3
post_install() {
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \
$DESTDIR/usr/share/icons/hicolor/icon-theme.cache
}