From 4d5c35c0b696cdde626b6660abbaec6afb1b9533 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 3 Jul 2001 02:03:16 +0000 Subject: Debian package building scripts --- debian/libuclibc0.postinst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/libuclibc0.postinst (limited to 'debian/libuclibc0.postinst') diff --git a/debian/libuclibc0.postinst b/debian/libuclibc0.postinst new file mode 100644 index 000000000..aac68193e --- /dev/null +++ b/debian/libuclibc0.postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +if [ "$1" = "configure" ]; then + /sbin/ldconfig +fi + +#DEBHELPER# + -- cgit v1.2.3