diff options
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# |