diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-08-06 12:18:18 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-08-06 12:18:43 +0200 |
commit | ea54daa002c9706490073c2ae33c520d73670838 (patch) | |
tree | 2546eb46a06640a14da1ca2b054d7413e398c733 /net-misc/dhcpcd-ui | |
parent | dev-ada/gnat-suite-bin: Remove old version (diff) | |
download | gentoo-ea54daa002c9706490073c2ae33c520d73670838.tar.gz gentoo-ea54daa002c9706490073c2ae33c520d73670838.tar.bz2 gentoo-ea54daa002c9706490073c2ae33c520d73670838.zip |
net-misc/dhcpcd-ui: Revbump to update icon cache
Thanks-to: Drake Donahue <donahue95@comcast.net>
Bug: https://bugs.gentoo.org/735528
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-misc/dhcpcd-ui')
-rw-r--r-- | net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7-r1.ebuild (renamed from net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild) | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7-r1.ebuild index 10e3fb26161e..8cd78ad55b53 100644 --- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild +++ b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit systemd +inherit systemd xdg DESCRIPTION="Desktop notification and configuration for dhcpcd" HOMEPAGE="https://roy.marples.name/projects/dhcpcd-ui/" @@ -62,6 +62,13 @@ src_configure() { src_install() { emake DESTDIR="${D}" INSTALL_ROOT="${D}" install - systemd_dounit src/dhcpcd-online/dhcpcd-wait-online.service } + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} |