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
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')
-rw-r--r--net-irc/muh/Manifest4
-rw-r--r--net-irc/muh/muh-2.1_rc1.ebuild11
2 files changed, 12 insertions, 3 deletions
diff --git a/net-irc/muh/Manifest b/net-irc/muh/Manifest
index 917d75f7f2a5..4dfe419005d7 100644
--- a/net-irc/muh/Manifest
+++ b/net-irc/muh/Manifest
@@ -1,4 +1,4 @@
-MD5 b58cac3178dd8faef0f2f816b4e43df4 muh-2.1_rc1.ebuild 878
+MD5 73720d435a2b057129ac3ca32d6c4685 muh-2.1_rc1.ebuild 878
MD5 da7dbee115397b6e308fe911595bd5ea metadata.xml 328
-MD5 905bfd2c132bd37bdb8369fdee3d5907 ChangeLog 539
+MD5 ccf00965f7452403ffe1ee2f5254c706 ChangeLog 539
MD5 23e0c42c9152a26274c01bbf269cf489 files/digest-muh-2.1_rc1 62
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
+}