| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.16 2008/08/22 11:32:30 aballier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.17 2008/09/02 09:56:31 aballier Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: texlive-module.eclass |
5 | # @ECLASS: texlive-module.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # tex@gentoo.org |
7 | # tex@gentoo.org |
| 8 | # |
8 | # |
| … | |
… | |
| 230 | |
230 | |
| 231 | if [ -f "${S}/language.${PN}.dat" ] ; then |
231 | if [ -f "${S}/language.${PN}.dat" ] ; then |
| 232 | insinto /etc/texmf/language.dat.d |
232 | insinto /etc/texmf/language.dat.d |
| 233 | doins "${S}/language.${PN}.dat" |
233 | doins "${S}/language.${PN}.dat" |
| 234 | fi |
234 | fi |
|
|
235 | [ -n "${TEXLIVE_MODULE_BINSCRIPTS}" ] && dobin_texmf_scripts ${TEXLIVE_MODULE_BINSCRIPTS} |
| 235 | |
236 | |
| 236 | texlive-common_handle_config_files |
237 | texlive-common_handle_config_files |
| 237 | } |
238 | } |
| 238 | |
239 | |
| 239 | # @FUNCTION: texlive-module_pkg_postinst |
240 | # @FUNCTION: texlive-module_pkg_postinst |