summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-07-08 16:01:07 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-07-08 16:01:07 +0000
commitfcc7c6c5a9dc11c98f23d74536c512a0a49086fa (patch)
treea10dff3d64175cfd2626f799cee3b91e1a6d6645 /games-fps
parentMask USE=devil for graphviz instead. (diff)
downloadgentoo-2-fcc7c6c5a9dc11c98f23d74536c512a0a49086fa.tar.gz
gentoo-2-fcc7c6c5a9dc11c98f23d74536c512a0a49086fa.tar.bz2
gentoo-2-fcc7c6c5a9dc11c98f23d74536c512a0a49086fa.zip
update icon cache
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/urbanterror/ChangeLog5
-rw-r--r--games-fps/urbanterror/urbanterror-4.1.1.ebuild18
2 files changed, 20 insertions, 3 deletions
diff --git a/games-fps/urbanterror/ChangeLog b/games-fps/urbanterror/ChangeLog
index 018592f07cd2..1b44406f282a 100644
--- a/games-fps/urbanterror/ChangeLog
+++ b/games-fps/urbanterror/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/urbanterror
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.3 2012/06/05 19:20:28 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.4 2012/07/08 16:01:07 hasufell Exp $
+
+ 08 Jul 2012; Julian Ospald <hasufell@gentoo.org> urbanterror-4.1.1.ebuild:
+ update icon cache
05 Jun 2012; Julian Ospald <hasufell@gentoo.org> urbanterror-4.1.1.ebuild:
use new doicon functionality
diff --git a/games-fps/urbanterror/urbanterror-4.1.1.ebuild b/games-fps/urbanterror/urbanterror-4.1.1.ebuild
index 10dd5c0f34ef..a32883972c49 100644
--- a/games-fps/urbanterror/urbanterror-4.1.1.ebuild
+++ b/games-fps/urbanterror/urbanterror-4.1.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.1.1.ebuild,v 1.4 2012/06/06 08:36:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.1.1.ebuild,v 1.5 2012/07/08 16:01:07 hasufell Exp $
EAPI=4
-inherit eutils games
+inherit eutils gnome2-utils games
MY_PV=${PV//./}
IOQ3_SVN=1807
@@ -114,3 +114,17 @@ src_install() {
prepgamesdirs
}
+
+pkg_preinst() {
+ games_pkg_preinst
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ games_pkg_postinst
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}