diff options
author | 2005-01-05 09:26:30 +0000 | |
---|---|---|
committer | 2005-01-05 09:26:30 +0000 | |
commit | d18408b3c2008cff5a1eeeca37f702a6431441eb (patch) | |
tree | 93aaf1240ba3036f32bbff0995dbc980ea302ccd /eclass/cannadic.eclass | |
parent | some minor fixes. (Manifest recommit) (diff) | |
download | gentoo-2-d18408b3c2008cff5a1eeeca37f702a6431441eb.tar.gz gentoo-2-d18408b3c2008cff5a1eeeca37f702a6431441eb.tar.bz2 gentoo-2-d18408b3c2008cff5a1eeeca37f702a6431441eb.zip |
Add instruction for finding sample configuration files.
Diffstat (limited to 'eclass/cannadic.eclass')
-rw-r--r-- | eclass/cannadic.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/cannadic.eclass b/eclass/cannadic.eclass index a9ff0bcd00b5..d110850fe8db 100644 --- a/eclass/cannadic.eclass +++ b/eclass/cannadic.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.6 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.7 2005/01/05 09:26:30 usata Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -129,6 +129,7 @@ pkg_postinst() { einfo "For details, see documents under /usr/share/doc/${PF}" fi + einfo "If you do not have ~/.canna, you can find sample files in /usr/share/canna." ewarn "If you are upgrading from existing dictionary, you may need to recreate" ewarn "user dictionary if you have one." einfo |