1 NSS_FILES="libnspr4.so.0d libplds4.so.0d libplc4.so.0d libssl3.so.1d \
2 libnss3.so.1d libsmime3.so.1d libnssutil3.so.1d"
8 target=$(echo $f | sed 's/\.[01]d$//')
9 if [ -f "/$LIBDIR/$target" ]; then
10 ln -snf "/$LIBDIR/$target" "@@INSTALLDIR@@/$f"
11 elif [ -f "/usr/$LIBDIR/$target" ]; then
12 ln -snf "/usr/$LIBDIR/$target" "@@INSTALLDIR@@/$f"
14 echo $f not found in "/$LIBDIR/$target" or "/usr/$LIBDIR/$target".
20 remove_nss_symlinks() {
23 rm -rf "@@INSTALLDIR@@/$f"
27 remove_udev_symlinks() {
28 rm -rf "@@INSTALLDIR@@/libudev.so.0"