sys-libs/readline: Removed deprecated preserve_old_lib function call

Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2019-08-19 00:59:59 +02:00
parent bbcb6e83d0
commit 2ab181a716

View File

@@ -164,12 +164,3 @@ multilib_src_install_all() {
docinto ps
dodoc doc/*.ps
}
pkg_preinst() {
# bug #29865
# Reappeared in #595324 with paludis so keeping this for now...
preserve_old_lib /$(get_libdir)/lib{history,readline}.so.{4,5,6,7}
}
pkg_postinst() {
preserve_old_lib_notify /$(get_libdir)/lib{history,readline}.so.{4,5,6,7}
}