| Bug#: 210041 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: mozilla@gentoo.org | Reported By: vapier@gentoo.org | |
| Component: Applications | |||
| URL: | |||
| Summary: nspr-4.7 should be preserving its libs | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2008-02-13 19:40 0000 | |||
| Description: | Opened: 2008-02-13 19:40 0000 |
please add the following code to the nspr-4.7 ebuild:
pkg_preinst() {
preserve_old_lib /usr/$(get_libdir)/nspr/lib{nspr,plc,plds}4.so.7
}
pkg_postinst() {
preserve_old_lib_notify /usr/$(get_libdir)/nspr/lib{nspr,plc,plds}4.so.7
}
err, that should be .so.6, not .so.7