Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 164995
Collapse All | Expand All

(-)ca-certificates-20050804.ebuild (+5 lines)
Lines 31-36 Link Here
31
	cd "${D}"/usr/share/ca-certificates
31
	cd "${D}"/usr/share/ca-certificates
32
	find . -name '*.crt' | sort | cut -b3-
32
	find . -name '*.crt' | sort | cut -b3-
33
	) > etc/ca-certificates.conf
33
	) > etc/ca-certificates.conf
34
	
35
	cd "${D}"/usr/share/doc/
36
	for i in ca-certificates/*.gz; do gunzip "${i}"; done;
37
	dodoc ca-certificates/*
38
	rm -rf ca-certificates
34
}
39
}
35
40
36
pkg_postinst() {
41
pkg_postinst() {

Return to bug 164995