summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-10 10:14:30 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-10 10:19:08 +0200
commit4cc3c5e999e7e14b04faf7412f20bbd9ce4ab150 (patch)
treedf7c2ff0dbebec8a6e7547d759fd63f5472daca1 /xfce-extra
parentxfce-base/xfwm4: Backport upstream fix for event mask length (diff)
downloadgentoo-4cc3c5e999e7e14b04faf7412f20bbd9ce4ab150.tar.gz
gentoo-4cc3c5e999e7e14b04faf7412f20bbd9ce4ab150.tar.bz2
gentoo-4cc3c5e999e7e14b04faf7412f20bbd9ce4ab150.zip
xfce-extra/xfce4-notes-plugin: Add missing postrm
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r1.ebuild4
1 files changed, 4 insertions, 0 deletions
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
+}