projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12ed014
)
x11-misc/kapow: Call gnome2_icon_cache_update().
author
Jeroen Roovers
<jer@gentoo.org>
Fri, 29 Dec 2017 16:18:55 +0000
(17:18 +0100)
committer
Jeroen Roovers
<jer@gentoo.org>
Fri, 29 Dec 2017 16:19:07 +0000
(17:19 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
x11-misc/kapow/kapow-1.5.5.ebuild
patch
|
blob
|
history
diff --git
a/x11-misc/kapow/kapow-1.5.5.ebuild
b/x11-misc/kapow/kapow-1.5.5.ebuild
index 42761cb672fce718e271ff4a8f2593018019724c..9447fce7694226e030f9130659f36e8e252a0baf 100644
(file)
--- a/
x11-misc/kapow/kapow-1.5.5.ebuild
+++ b/
x11-misc/kapow/kapow-1.5.5.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit qmake-utils
+inherit
gnome2-utils
qmake-utils
DESCRIPTION="A punch clock program designed to easily keep track of your hours"
HOMEPAGE="https://gottcode.org/kapow/"
@@
-59,3
+59,11
@@
src_install() {
export INSTALL_ROOT="${D}"
default
}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}