Skip to content

Commit

Permalink
app-office/upwork: Update the icon cache after install
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/733508
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Bruce Guenter <[email protected]>
Signed-off-by: Aaron W. Swenson <[email protected]>
  • Loading branch information
bruceg authored and titanofold committed Sep 24, 2020
1 parent 7e39b3b commit b1a4303
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app-office/upwork/upwork-5.4.5.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit desktop pax-utils rpm
inherit desktop pax-utils rpm xdg-utils

DESCRIPTION="Project collaboration and tracking software for upwork.com"
HOMEPAGE="https://www.upwork.com/"
Expand Down Expand Up @@ -50,3 +50,11 @@ src_install() {
domenu usr/share/applications/upwork.desktop
doicon usr/share/icons/hicolor/128x128/apps/upwork.png
}

pkg_postinst() {
xdg_icon_cache_update
}

pkg_postrm() {
xdg_icon_cache_update
}

0 comments on commit b1a4303

Please sign in to comment.