diff options
author | Mike Auty <ikelos@gentoo.org> | 2009-04-28 09:22:51 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2009-04-28 09:22:51 +0000 |
commit | 36038f304f1cf8cdec174352daed76c317943dc3 (patch) | |
tree | 57777ed239b36ad5e16db6246b19e173976e7adf /x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild | |
parent | Add to perl herd. Remove AppleDouble encoded Macintosh file crap (diff) | |
download | gentoo-2-36038f304f1cf8cdec174352daed76c317943dc3.tar.gz gentoo-2-36038f304f1cf8cdec174352daed76c317943dc3.tar.bz2 gentoo-2-36038f304f1cf8cdec174352daed76c317943dc3.zip |
Add in warning to remove existing wacom fdi files for latest linuxwacom.
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild')
-rw-r--r-- | x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild b/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild index 7930464509cf..21b39a9a0624 100644 --- a/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild +++ b/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild,v 1.1 2009/04/18 17:43:52 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild,v 1.2 2009/04/28 09:22:51 ikelos Exp $ inherit eutils autotools toolchain-funcs linux-mod @@ -112,4 +112,7 @@ src_install() { dohtml -r docs/* dodoc AUTHORS ChangeLog NEWS README + + ewarn "Please remove any HAL .FDI files you may" + ewarn "previously have installed fr linuxwacom." } |