index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
debian
/
uclibc.postinst
blob: 85f538506d22b148e5fe8df3f54c557a01a65db2 (
plain
)
1
2
3
4
5
6
7
8
9
#!/bin/sh set -e if [ "$1" = "configure" ]; then /sbin/ldconfig fi #DEBHELPER#