diff options
author | Hallgrimur H. Gunnarsson <hhg@gentoo.org> | 2003-10-02 00:45:03 +0000 |
---|---|---|
committer | Hallgrimur H. Gunnarsson <hhg@gentoo.org> | 2003-10-02 00:45:03 +0000 |
commit | 2e05261e70bf6a1feff28393809dfc9c1d6f655a (patch) | |
tree | 5822aadd2d82476eeadbe9ba7c1218ba142315ed /net-irc/muh | |
parent | added a notice about the config file -- see #30035 (diff) | |
download | gentoo-2-2e05261e70bf6a1feff28393809dfc9c1d6f655a.tar.gz gentoo-2-2e05261e70bf6a1feff28393809dfc9c1d6f655a.tar.bz2 gentoo-2-2e05261e70bf6a1feff28393809dfc9c1d6f655a.zip |
added a notice about the config file -- see #30035
Diffstat (limited to 'net-irc/muh')
-rw-r--r-- | net-irc/muh/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/muh/Manifest | 4 | ||||
-rw-r--r-- | net-irc/muh/muh-2.1_rc1.ebuild | 11 |
3 files changed, 17 insertions, 4 deletions
diff --git a/net-irc/muh/ChangeLog b/net-irc/muh/ChangeLog index 88920a9cf49a..cb4458777314 100644 --- a/net-irc/muh/ChangeLog +++ b/net-irc/muh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/muh # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/ChangeLog,v 1.1 2003/09/30 19:14:16 hhg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/ChangeLog,v 1.2 2003/10/02 00:44:59 hhg Exp $ + + 02 Oct 2003; Hallgrimur H. Gunnarsson <hhg@gentoo.org> muh-2.1_rc1.ebuild: + added a notice about the config file -- suggested by Ævar Arnfjörð Bjarmason + <avar@simnet.is>, see bug #30035 *muh-2.1_rc1 (30 Sep 2003) 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 +} |