diff options
Diffstat (limited to 'debian/uclibc.postinst')
-rw-r--r-- | debian/uclibc.postinst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/uclibc.postinst b/debian/uclibc.postinst index aac68193e..85f538506 100644 --- a/debian/uclibc.postinst +++ b/debian/uclibc.postinst @@ -1,8 +1,9 @@ #!/bin/sh +set -e + if [ "$1" = "configure" ]; then /sbin/ldconfig fi #DEBHELPER# - |