diff options
author | Rob Landley <rob@landley.net> | 2007-03-06 18:37:15 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-03-06 18:37:15 +0000 |
commit | ea489dee069dc3f61ceff4a7d71cd7550fa8c0dd (patch) | |
tree | 91efc91e8c14bec0a74e36d102b0e8dca25263b2 /debian/uclibc.postinst | |
parent | 80422cdc59d10642577d4d8ddcdf7e88256e8faf (diff) |
Remove debian directory at the request of Simon Richter. (The debian
developers prefer to maintain their own debian subdir as a patch.)
Diffstat (limited to 'debian/uclibc.postinst')
-rw-r--r-- | debian/uclibc.postinst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/uclibc.postinst b/debian/uclibc.postinst deleted file mode 100644 index 85f538506..000000000 --- a/debian/uclibc.postinst +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "configure" ]; then - /sbin/ldconfig -fi - -#DEBHELPER# |