summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-06-09 16:38:22 +0000
committerSven Wegener <swegener@gentoo.org>2005-06-09 16:38:22 +0000
commit99584af4ee12d4a29dc3efa0dba6c1e66382fdd0 (patch)
tree70b60f7bf88f05c145324bd0cdc6c99da553f432
parentRevision bump to pull in a patch that uses the packaged icons as a default se... (diff)
downloadgentoo-2-99584af4ee12d4a29dc3efa0dba6c1e66382fdd0.tar.gz
gentoo-2-99584af4ee12d4a29dc3efa0dba6c1e66382fdd0.tar.bz2
gentoo-2-99584af4ee12d4a29dc3efa0dba6c1e66382fdd0.zip
Removed obsolete postinst message.
(Portage version: 2.0.51.22-r1)
-rw-r--r--net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild12
1 files changed, 1 insertions, 11 deletions
diff --git a/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild b/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild
index 24d6327b3828..cbe12bc5faa3 100644
--- a/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild
+++ b/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild,v 1.1 2005/06/09 16:37:16 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild,v 1.2 2005/06/09 16:38:22 swegener Exp $
inherit flag-o-matic eutils toolchain-funcs
@@ -47,13 +47,3 @@ src_install() {
dodoc Docs/{ChangeLog,README,TODO} || die "dodoc failed"
}
-
-pkg_postinst() {
- einfo
- einfo "The icons have been installed in /usr/share/xchat-systray"
- einfo
- einfo "The icons path is a per-user setting and you need to set it or the icons"
- einfo "will not show up in the menu. Please go to 'Systray settings' and set"
- einfo "'Select icons path' to /usr/share/xchat-systray to set the icons path."
- einfo
-}