summaryrefslogtreecommitdiff
path: root/package/librt/files/libpthread.postinst
blob: 76a6c81a4035e47ed2096d25238d23feefeab297 (plain)
1
2
3
4
#!/bin/sh
if [ ! -z $IPKG_INSTROOT ];then 
	(cd $IPKG_INSTROOT/lib && ln -sf libpthread.so.0 libpthread.so)
fi