xfce-extra/xfdashboard: Add missing postrm
authorMichał Górny <mgorny@gentoo.org>
Wed, 10 Apr 2019 08:14:42 +0000 (10:14 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 10 Apr 2019 08:19:10 +0000 (10:19 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild
xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild

index 853578156a6f6acb87df9948c7642dd94dc60448..d902d664328416201d871205be74969206fb60b6 100644 (file)
@@ -39,3 +39,7 @@ src_install() {
 pkg_postinst() {
        xdg_icon_cache_update
 }
+
+pkg_postrm() {
+       xdg_icon_cache_update
+}
index 8639f9ddf7448d3c63dbb8daa34a6bbb748fe41c..fb15a154f978feb1b49b8f3518de3ac26ea93739 100644 (file)
@@ -38,3 +38,7 @@ src_install() {
 pkg_postinst() {
        xdg_icon_cache_update
 }
+
+pkg_postrm() {
+       xdg_icon_cache_update
+}