URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [uClibc/] [debian/] [uclibc.postinst] - Rev 1779
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/sh
if [ "$1" = "configure" ]; then
/sbin/ldconfig
fi
#DEBHELPER#
Go to most recent revision | Compare with Previous | Blame | View Log