libpthread.postinst 111 B

1234
  1. #!/bin/sh
  2. if [ ! -z $IPKG_INSTROOT ];then
  3. (cd $IPKG_INSTROOT/lib && ln -sf libpthread.so.0 libpthread.so)
  4. fi