From 6a93cb94159488cb7397210b9828866da542a539 Mon Sep 17 00:00:00 2001 From: Piraty Date: Sun, 9 Feb 2020 17:51:06 +0100 Subject: [PATCH] notmuch: don't package mimeinfo.cache --- srcpkgs/notmuch/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template index c5cc7daf6c0..fd9e70f0e80 100644 --- a/srcpkgs/notmuch/template +++ b/srcpkgs/notmuch/template @@ -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() {