diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-10 10:14:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-10 10:19:08 +0200 |
commit | 4cc3c5e999e7e14b04faf7412f20bbd9ce4ab150 (patch) | |
tree | df7c2ff0dbebec8a6e7547d759fd63f5472daca1 /xfce-extra/xfce4-notes-plugin | |
parent | xfce-base/xfwm4: Backport upstream fix for event mask length (diff) | |
download | gentoo-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/xfce4-notes-plugin')
-rw-r--r-- | xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r1.ebuild | 4 |
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 +} |