diff options
Diffstat (limited to 'app-pda/libopensync/libopensync-0.39.ebuild')
-rw-r--r-- | app-pda/libopensync/libopensync-0.39.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app-pda/libopensync/libopensync-0.39.ebuild b/app-pda/libopensync/libopensync-0.39.ebuild index 9398c85861c5..7d9343e2a0b5 100644 --- a/app-pda/libopensync/libopensync-0.39.ebuild +++ b/app-pda/libopensync/libopensync-0.39.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.39.ebuild,v 1.2 2009/11/16 21:25:21 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.39.ebuild,v 1.3 2010/05/23 20:38:01 bangert Exp $ inherit cmake-utils @@ -62,3 +62,8 @@ src_install() { dohtml docs/html/* || die "Failed to install docs." fi } + +pkg_postinst() { + einfo "For >=app-pda/libopensync-0.39 use app-pda/osynctool instead of" + einfo "the older app-pda/msynctool." +} |