From c3a7e3131482140cffd4c9b4e4ca55c0e6a3e260 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 28 Aug 2006 08:12:49 +0000 Subject: [PATCH] Move some historical artefacts into the attic. --- release/scripts/proflibs-install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/release/scripts/proflibs-install.sh b/release/scripts/proflibs-install.sh index 39adc1c413cc..8e35ae3fd3a2 100755 --- a/release/scripts/proflibs-install.sh +++ b/release/scripts/proflibs-install.sh @@ -8,9 +8,4 @@ if [ "`id -u`" != "0" ]; then exit 1 fi cat proflibs.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -cd ${DESTDIR}/usr/lib -if [ -f libdescrypt_p.a ] -then - ln -f -s libdescrypt_p.a libcrypt_p.a -fi exit 0