--- latexmk-416a.ebuild.old 2010-06-11 13:40:05.000000000 +0200 +++ latexmk-416a.ebuild 2010-06-11 13:42:12.000000000 +0200 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/latexmk-416a.ebuild,v 1.1 2010/06/11 11:26:30 aballier Exp $ +inherit bash-completion + DESCRIPTION="Perl script for automatically building LaTeX documents." HOMEPAGE="http://www.phys.psu.edu/~collins/software/latexmk/" SRC_URI="http://www.phys.psu.edu/~collins/software/latexmk/${P}.zip" @@ -23,4 +25,9 @@ doman latexmk.1 insinto /usr/share/doc/${PF} doins -r example_rcfiles extra-scripts + dobashcompletion "${FILESDIR}"/completion.bash ${PN} +} + +pkg_postinst() { + bash-completion_pkg_postinst }