From: Michał Górny Date: Wed, 10 Apr 2019 08:14:30 +0000 (+0200) Subject: xfce-extra/xfce4-notes-plugin: Add missing postrm X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4cc3c5e999e7e14b04faf7412f20bbd9ce4ab150;p=gentoo.git xfce-extra/xfce4-notes-plugin: Add missing postrm Signed-off-by: Michał Górny --- diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r1.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r1.ebuild index b942e7c272ae..2d2897fe14b1 100644 --- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r1.ebuild +++ b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r1.ebuild @@ -33,3 +33,7 @@ src_install() { pkg_postinst() { xdg_icon_cache_update } + +pkg_postrm() { + xdg_icon_cache_update +}