meld: remove icon-theme.cache.

This commit is contained in:
Enno Boland 2016-03-27 00:51:38 +01:00
parent d5dd21e3f2
commit afdfb1d0ce
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'meld'
pkgname=meld
version=3.15.1
revision=1
revision=2
noarch=yes
build_style="python-module"
hostmakedepends="pkg-config intltool gnome-doc-utils python itstool gtk-update-icon-cache"
@ -16,5 +16,6 @@ checksum=53a59132bfe78b66b3db0dd32d0857a160d2cbf4f07f963f900134224fe60c6b
configure_args="--disable-schemas-compile"
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
}