From 0ab048b6557ea0a337b96f5d0558694a237dfab8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 13 Nov 2003 10:19:01 +0000 Subject: Update the debian packaging for use in a standalone uClibc system, rather than being a subordinate lib under a glibc based system. -Erik --- debian/uclibc.postinst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/uclibc.postinst (limited to 'debian/uclibc.postinst') 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# + -- cgit v1.2.3