diff options
Diffstat (limited to 'x11-libs/gtk+/gtk+-2.2.3.ebuild')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-2.2.3.ebuild b/x11-libs/gtk+/gtk+-2.2.3.ebuild index b2268713b592..7d81231709cc 100644 --- a/x11-libs/gtk+/gtk+-2.2.3.ebuild +++ b/x11-libs/gtk+/gtk+-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.2.3.ebuild,v 1.1 2003/08/27 17:44:58 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.2.3.ebuild,v 1.2 2003/09/07 00:23:27 msterret Exp $ inherit eutils libtool flag-o-matic @@ -84,7 +84,7 @@ pkg_postinst() { gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders - einfo "For your gtk themes to work correctly after an update," + einfo "For your gtk themes to work correctly after an update," einfo "you might have to rebuild your theme engines." einfo "Executing 'qpkg -I -nc gtk-engines | xargs emerge' should do the trick (requires gentoolkit)" |