xfce-extra/xfce4-notes-plugin: Add missing postrm
authorMichał Górny <mgorny@gentoo.org>
Wed, 10 Apr 2019 08:14:30 +0000 (10:14 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 10 Apr 2019 08:19:08 +0000 (10:19 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r1.ebuild

index b942e7c272aed73993b1f5aced475dea267e8358..2d2897fe14b1c38ac7d205439e5cba1192f9619d 100644 (file)
@@ -33,3 +33,7 @@ src_install() {
 pkg_postinst() {
        xdg_icon_cache_update
 }
+
+pkg_postrm() {
+       xdg_icon_cache_update
+}