|
|
cd "${D}"/usr/share/ca-certificates | cd "${D}"/usr/share/ca-certificates |
find . -name '*.crt' | sort | cut -b3- | find . -name '*.crt' | sort | cut -b3- |
) > etc/ca-certificates.conf | ) > etc/ca-certificates.conf |
|
|
|
cd "${D}"/usr/share/doc/ |
|
for i in ca-certificates/*.gz; do gunzip "${i}"; done; |
|
dodoc ca-certificates/* |
|
rm -rf ca-certificates |
} | } |
| |
pkg_postinst() { | pkg_postinst() { |