Skip to content

Commit

Permalink
app-text/xchm: Call xdg_icon_cache_update
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <[email protected]>
  • Loading branch information
Jeroen Roovers committed Jun 24, 2019
1 parent 53c2f5d commit c4a892c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-text/xchm/xchm-1.30.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ src_install() {

pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}

pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}
2 changes: 2 additions & 0 deletions app-text/xchm/xchm-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ src_install() {

pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}

pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}

0 comments on commit c4a892c

Please sign in to comment.