diff options
Diffstat (limited to 'debian/libuclibc0.postinst')
-rw-r--r-- | debian/libuclibc0.postinst | 8 |
1 files changed, 8 insertions, 0 deletions
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# + |