| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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/xorg-2.eclass,v 1.56 2012/06/11 12:57:14 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.57 2012/06/11 13:02:21 mgorny Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: xorg-2.eclass |
5 | # @ECLASS: xorg-2.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # x11@gentoo.org |
7 | # x11@gentoo.org |
| 8 | # @AUTHOR: |
8 | # @AUTHOR: |
| … | |
… | |
| 466 | |
466 | |
| 467 | if [[ -e "${S}"/ChangeLog ]]; then |
467 | if [[ -e "${S}"/ChangeLog ]]; then |
| 468 | dodoc "${S}"/ChangeLog || die "dodoc failed" |
468 | dodoc "${S}"/ChangeLog || die "dodoc failed" |
| 469 | fi |
469 | fi |
| 470 | |
470 | |
| 471 | # Don't install libtool archives (even with static-libs) |
471 | # Don't install libtool archives (even for modules) |
| 472 | remove_libtool_files all |
472 | prune_libtool_files --all |
| 473 | |
473 | |
| 474 | [[ -n ${FONT} ]] && remove_font_metadata |
474 | [[ -n ${FONT} ]] && remove_font_metadata |
| 475 | } |
475 | } |
| 476 | |
476 | |
| 477 | # @FUNCTION: xorg-2_pkg_postinst |
477 | # @FUNCTION: xorg-2_pkg_postinst |