go back to old dir
[emdebian-crush-toolchain.git] / uClibc-0.9.30.1-debian / uclibc.postinst
blob85f538506d22b148e5fe8df3f54c557a01a65db2
1 #!/bin/sh
3 set -e
5 if [ "$1" = "configure" ]; then
6 /sbin/ldconfig
7 fi
9 #DEBHELPER#