summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHallgrimur H. Gunnarsson <hhg@gentoo.org>2003-10-02 00:45:03 +0000
committerHallgrimur H. Gunnarsson <hhg@gentoo.org>2003-10-02 00:45:03 +0000
commitcf31c61777b1edb41c5329d678c0d3390fbd2933 (patch)
treeed8602e32f7330f15adfe5669a9af71277bc7299 /net-irc/muh/muh-2.1_rc1.ebuild
parentadded a notice about the config file -- see #30035 (diff)
downloadhistorical-cf31c61777b1edb41c5329d678c0d3390fbd2933.tar.gz
historical-cf31c61777b1edb41c5329d678c0d3390fbd2933.tar.bz2
historical-cf31c61777b1edb41c5329d678c0d3390fbd2933.zip
added a notice about the config file -- see #30035
Diffstat (limited to 'net-irc/muh/muh-2.1_rc1.ebuild')
-rw-r--r--net-irc/muh/muh-2.1_rc1.ebuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/net-irc/muh/muh-2.1_rc1.ebuild b/net-irc/muh/muh-2.1_rc1.ebuild
index 46bfc728fd3e..1884d5c7ebc9 100644
--- a/net-irc/muh/muh-2.1_rc1.ebuild
+++ b/net-irc/muh/muh-2.1_rc1.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/net-irc/muh/muh-2.1_rc1.ebuild,v 1.1 2003/09/30 19:14:16 hhg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.1_rc1.ebuild,v 1.2 2003/10/02 00:44:59 hhg Exp $
MY_P=${P/_/}
S=${WORKDIR}/${MY_P}
@@ -23,3 +23,12 @@ src_install() {
einstall install || die "install failed"
dodoc AUTHORS COPYING INSTALL ChangeLog
}
+
+pkg_postinst() {
+ einfo
+ einfo "You'll need to configure muh before running it"
+ einfo "Put your config in ~/.muh/muhrc"
+ einfo "A sample config is /usr/share/muhrc"
+ einfo "For more information, see the documentation"
+ einfo
+}