diff options
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# |