diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-10-14 03:42:55 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-10-14 03:42:55 +0400 |
commit | 294eab47bff462509964e7edaf52246de2900262 (patch) | |
tree | 3b0254a2baf0bf2f92ee74a0651667dbc22ceec7 /libc/debian/libc1.postinst | |
parent | b5a106cd2fb2b426d3359540cdb65e1cb1e3ba4d (diff) | |
download | illumos-packaging-294eab47bff462509964e7edaf52246de2900262.tar.gz |
No ld config (defaults are built-in)
Diffstat (limited to 'libc/debian/libc1.postinst')
-rw-r--r-- | libc/debian/libc1.postinst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libc/debian/libc1.postinst b/libc/debian/libc1.postinst index 96dd1a8..93e6ae8 100644 --- a/libc/debian/libc1.postinst +++ b/libc/debian/libc1.postinst @@ -1,11 +1,6 @@ -#!/sbin/sh +#!/bin/sh if [ "$1" = configure ]; then - if [ ! -e /var/ld/64/ld.config ]; then - echo "Creating default /var/ld/64/ld.config for 64-bit arch" - cp /usr/lib/ld/64/ld.config /var/ld/64/ld.config - fi - cryptconf=/etc/security/crypt.conf if [ ! -e $cryptconf ]; then echo '# see man 4 crypt.conf' > $cryptconf |