From ea06b118f25f381cdc44cd80be5278dd9d52708a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 22 Jan 2004 01:44:25 +0000 Subject: Some minor debian junk I had sitting in my tree --- debian/uclibc.postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/uclibc.postinst') 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# - -- cgit v1.2.3