10bbaf474b
Have a separate pkg-plist for each platform.
28 lines
910 B
Plaintext
28 lines
910 B
Plaintext
etc/rc.d/000.compat4x.sh
|
|
lib/compat/libc.so.4
|
|
@unexec if [ -e %B/libc_r.so.4.compat3x ]; then ln -sf libc_r.so.4.compat3x %B/libc_r.so.4; else rm %B/libc_r.so.4; fi
|
|
lib/compat/libc_r.so.4.compat4x
|
|
@exec ln -sf %f %B/libc_r.so.4
|
|
lib/compat/libcrypto.so.2
|
|
lib/compat/libedit.so.3
|
|
lib/compat/libfetch.so.2
|
|
lib/compat/libgmp.so.3
|
|
@unexec if [ -e %B/libperl.so.3.compat3x ]; then ln -sf libperl.so.3.compat3x %B/libperl.so.3; else rm %B/libperl.so.3; fi
|
|
lib/compat/libperl.so.3.compat4x
|
|
@exec ln -sf %f %B/libperl.so.3
|
|
lib/compat/libpam.so.1
|
|
lib/compat/libposix1e.so.2
|
|
lib/compat/libssl.so.2
|
|
lib/compat/libstdc++.so.3
|
|
lib/compat/libusb.so.0
|
|
lib/compat/pam_cleartext_pass_ok.so
|
|
lib/compat/pam_deny.so
|
|
lib/compat/pam_opie.so
|
|
lib/compat/pam_permit.so
|
|
lib/compat/pam_radius.so
|
|
lib/compat/pam_skey.so
|
|
lib/compat/pam_ssh.so
|
|
lib/compat/pam_tacplus.so
|
|
lib/compat/pam_unix.so
|
|
@unexec rmdir %D/lib/compat 2>/dev/null || true
|