commit: 4cc3c5e999e7e14b04faf7412f20bbd9ce4ab150
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 08:14:30 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 08:19:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc3c5e9
xfce-extra/xfce4-notes-plugin: Add missing postrm
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
xfce-extra/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 b942e7c272a..2d2897fe14b 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
+}