From 4cc3c5e999e7e14b04faf7412f20bbd9ce4ab150 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 10 Apr 2019 10:14:30 +0200 Subject: [PATCH] xfce-extra/xfce4-notes-plugin: Add missing postrm MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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 +} -- 2.26.2