summaryrefslogtreecommitdiff
path: root/debian/uclibc.postinst
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-22 01:44:25 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-22 01:44:25 +0000
commitea06b118f25f381cdc44cd80be5278dd9d52708a (patch)
tree3c965b18833fff02b5e6cf609debb8f5a18dd5b7 /debian/uclibc.postinst
parentc2d1da448aaf0c69544093943bd543def2ad4b79 (diff)
Some minor debian junk I had sitting in my tree
Diffstat (limited to 'debian/uclibc.postinst')
-rw-r--r--debian/uclibc.postinst3
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#
-