notmuch: don't package mimeinfo.cache

This commit is contained in:
Piraty 2020-02-09 17:51:06 +01:00
parent bd5ccdf410
commit 6a93cb9415

View file

@ -1,7 +1,7 @@
# Template file for 'notmuch'
pkgname=notmuch
version=0.29.3
revision=2
revision=3
hostmakedepends="perl pkg-config python-devel python3-Sphinx python3-devel texinfo"
makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel"
short_desc="Thread-based email index, search, and tagging"
@ -51,6 +51,10 @@ do_install() {
fi
}
post_install() {
rm -f ${DESTDIR}/usr/share/applications/mimeinfo.cache
}
libnotmuch_package() {
short_desc+=" - runtime library"
pkg_install() {