From ea489dee069dc3f61ceff4a7d71cd7550fa8c0dd Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 6 Mar 2007 18:37:15 +0000 Subject: Remove debian directory at the request of Simon Richter. (The debian developers prefer to maintain their own debian subdir as a patch.) --- debian/uclibc-dev.postinst | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 debian/uclibc-dev.postinst (limited to 'debian/uclibc-dev.postinst') diff --git a/debian/uclibc-dev.postinst b/debian/uclibc-dev.postinst deleted file mode 100644 index dd559a32a..000000000 --- a/debian/uclibc-dev.postinst +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -set -e - -ldconfig - -if [ "$1" = "configure" ]; then - if [ -f /usr/lib/libintl.so.1 ] ; then - rm -f /usr/lib/libc.so - cat > /usr/lib/libc.so << EOF -/* GNU ld script - Use the shared library, but some functions are only in - the static library, so try that secondarily. */ -OUTPUT_FORMAT(elf32-i386) -GROUP ( /lib/libc.so.0 /usr/lib/libintl.so.1 ) -EOF - chown root.root /usr/lib/libc.so - chmod 0644 /usr/lib/libc.so - fi -fi - -#DEBHELPER# -- cgit v1.2.3