diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-27 12:31:31 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-27 12:31:31 +0000 |
commit | 15b78c9f917e724f7cdcf704c28bf19c6fa090b9 (patch) | |
tree | ef7a6142e91e1e0393177cf9546aeaa02c70f4c9 /x11-misc/notification-daemon-xfce | |
parent | version bump, from bug #225381 (diff) | |
download | gentoo-2-15b78c9f917e724f7cdcf704c28bf19c6fa090b9.tar.gz gentoo-2-15b78c9f917e724f7cdcf704c28bf19c6fa090b9.tar.bz2 gentoo-2-15b78c9f917e724f7cdcf704c28bf19c6fa090b9.zip |
Add missing icon cache update by Michal Kurgan, bug 229333.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-misc/notification-daemon-xfce')
-rw-r--r-- | x11-misc/notification-daemon-xfce/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild | 12 |
2 files changed, 15 insertions, 3 deletions
diff --git a/x11-misc/notification-daemon-xfce/ChangeLog b/x11-misc/notification-daemon-xfce/ChangeLog index 168d3c22ab75..5d8eb9ce474c 100644 --- a/x11-misc/notification-daemon-xfce/ChangeLog +++ b/x11-misc/notification-daemon-xfce/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/notification-daemon-xfce # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog,v 1.3 2008/06/24 19:57:45 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog,v 1.4 2008/06/27 12:31:31 drac Exp $ + + 27 Jun 2008; Samuli Suominen <drac@gentoo.org> + notification-daemon-xfce-0.3.7.ebuild: + Add missing icon cache update by Michal Kurgan, bug 229333. 24 Jun 2008; Samuli Suominen <drac@gentoo.org> notification-daemon-xfce-0.3.7.ebuild: diff --git a/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild b/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild index b2c556ea1656..3138d4637ffe 100644 --- a/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild +++ b/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.3 2008/06/24 19:57:45 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.4 2008/06/27 12:31:31 drac Exp $ EAPI=1 -inherit autotools eutils +inherit autotools eutils gnome2-utils DESCRIPTION="Port of notification daemon for Xfce Desktop Environment" HOMEPAGE="http://goodies.xfce.org/projects/applications/notification-daemon-xfce" @@ -49,3 +49,11 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed." dodoc AUTHORS ChangeLog NEWS README } + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |