diff options
author | David Schleef <ds@schleef.org> | 2001-07-04 00:18:41 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-07-04 00:18:41 +0000 |
commit | 3f9dec7f971a150e4f3509c03245f4a69ce51f22 (patch) | |
tree | 3198c8195f6589f30dbe7a639f60dbf98e38fca4 /debian/libuclibc0.postinst | |
parent | 709c1793f5f5153f5b6ef0ca454ab7e2a6769415 (diff) |
*** empty log message ***
Diffstat (limited to 'debian/libuclibc0.postinst')
-rw-r--r-- | debian/libuclibc0.postinst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/libuclibc0.postinst b/debian/libuclibc0.postinst index aac68193e..27a7dfebf 100644 --- a/debian/libuclibc0.postinst +++ b/debian/libuclibc0.postinst @@ -1,8 +1,8 @@ #!/bin/sh -if [ "$1" = "configure" ]; then - /sbin/ldconfig -fi +#if [ "$1" = "configure" ]; then +# /sbin/ldconfig +#fi #DEBHELPER# |