summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-05 21:07:04 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-05 21:08:41 +0100
commit79d6c8198fb291948febce97a0c5edaa69714435 (patch)
tree979aebf8af56542b894d48fc1bdda6f4523fe66a /net-news
parentsys-libs/musl: remove older version (diff)
downloadgentoo-79d6c8198fb291948febce97a0c5edaa69714435.tar.gz
gentoo-79d6c8198fb291948febce97a0c5edaa69714435.tar.bz2
gentoo-79d6c8198fb291948febce97a0c5edaa69714435.zip
net-news/rssguard: Call xdg_icon_cache_update
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r--net-news/rssguard/rssguard-3.5.9-r1.ebuild (renamed from net-news/rssguard/rssguard-3.5.9.ebuild)10
1 files changed, 9 insertions, 1 deletions
diff --git a/net-news/rssguard/rssguard-3.5.9.ebuild b/net-news/rssguard/rssguard-3.5.9-r1.ebuild
index d6e9e59d36bc..d7491fc3d340 100644
--- a/net-news/rssguard/rssguard-3.5.9.ebuild
+++ b/net-news/rssguard/rssguard-3.5.9-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit flag-o-matic qmake-utils
+inherit flag-o-matic xdg-utils qmake-utils
DESCRIPTION="Tiny RSS and Atom feed reader"
HOMEPAGE="https://github.com/martinrotter/rssguard"
@@ -42,3 +42,11 @@ src_configure() {
src_install() {
emake install INSTALL_ROOT="${D}"
}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}