Skip to content

Commit

Permalink
xfce-extra/xfdashboard: Add missing postrm
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Apr 10, 2019
1 parent af7d90d commit 3ab8477
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ src_install() {
pkg_postinst() {
xdg_icon_cache_update
}

pkg_postrm() {
xdg_icon_cache_update
}
4 changes: 4 additions & 0 deletions xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ src_install() {
pkg_postinst() {
xdg_icon_cache_update
}

pkg_postrm() {
xdg_icon_cache_update
}

0 comments on commit 3ab8477

Please sign in to comment.