diff options
Diffstat (limited to 'package/libpthread/files/libpthread.postinst')
-rw-r--r-- | package/libpthread/files/libpthread.postinst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/libpthread/files/libpthread.postinst b/package/libpthread/files/libpthread.postinst deleted file mode 100644 index 76a6c81a4..000000000 --- a/package/libpthread/files/libpthread.postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -if [ ! -z $IPKG_INSTROOT ];then - (cd $IPKG_INSTROOT/lib && ln -sf libpthread.so.0 libpthread.so) -fi |