summaryrefslogtreecommitdiff
path: root/debian/uclibc.postinst
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-13 10:19:01 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-13 10:19:01 +0000
commit0ab048b6557ea0a337b96f5d0558694a237dfab8 (patch)
tree89dbb0a558beba1894d348fc537cc8d5e8a3d74a /debian/uclibc.postinst
parent9cb6901edf2145a9111f11b15acf9d74494bd04d (diff)
Update the debian packaging for use in a standalone uClibc
system, rather than being a subordinate lib under a glibc based system. -Erik
Diffstat (limited to 'debian/uclibc.postinst')
-rw-r--r--debian/uclibc.postinst8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/uclibc.postinst b/debian/uclibc.postinst
new file mode 100644
index 000000000..aac68193e
--- /dev/null
+++ b/debian/uclibc.postinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if [ "$1" = "configure" ]; then
+ /sbin/ldconfig
+fi
+
+#DEBHELPER#
+