gmusicbrowser: do not install hicolor icon theme cache file.

This commit is contained in:
Juan RP 2015-11-23 16:54:31 +01:00
parent 71fec30204
commit d6c9ee7afa
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'gmusicbrowser'
pkgname=gmusicbrowser
version=1.1.15
revision=2
revision=3
noarch=yes
nocross=yes
hostmakedepends="perl"
@ -17,4 +17,5 @@ checksum=1ec881d148ccc26bdbab66ca701fd2216e034c3b613d6e66c17ac702271c677b
do_install() {
make prefix=${DESTDIR}/usr install
rm -f ${DESTDIR}/usr/share/icons/hicolor/*.cache
}