mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +02:00
openssl: drop 0.9.8 migration
I am dubious of the call to c_rehash in there but we don't need any of the 0.9.8 migration stuff anyway so just drop it all.
This commit is contained in:
parent
1f0ce56f2a
commit
39cd9a9b1f
@ -249,17 +249,3 @@ multilib_src_install_all() {
|
||||
diropts -m0700
|
||||
keepdir ${SSL_CNF_DIR}/private
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
has_version ${CATEGORY}/${PN}:0.9.8 && return 0
|
||||
preserve_old_lib /usr/$(get_libdir)/lib{crypto,ssl}.so.0.9.8
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ebegin "Running 'c_rehash ${EROOT%/}${SSL_CNF_DIR}/certs/' to rebuild hashes #333069"
|
||||
c_rehash "${EROOT%/}${SSL_CNF_DIR}/certs" >/dev/null
|
||||
eend $?
|
||||
|
||||
has_version ${CATEGORY}/${PN}:0.9.8 && return 0
|
||||
preserve_old_lib_notify /usr/$(get_libdir)/lib{crypto,ssl}.so.0.9.8
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user