gmusicbrowser: do not install hicolor icon theme cache file.
This commit is contained in:
parent
71fec30204
commit
d6c9ee7afa
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gmusicbrowser'
|
# Template file for 'gmusicbrowser'
|
||||||
pkgname=gmusicbrowser
|
pkgname=gmusicbrowser
|
||||||
version=1.1.15
|
version=1.1.15
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -17,4 +17,5 @@ checksum=1ec881d148ccc26bdbab66ca701fd2216e034c3b613d6e66c17ac702271c677b
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make prefix=${DESTDIR}/usr install
|
make prefix=${DESTDIR}/usr install
|
||||||
|
rm -f ${DESTDIR}/usr/share/icons/hicolor/*.cache
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue