diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-30 18:11:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-30 18:11:00 +0200 |
commit | 7d7c1f9ea770a9ff7c967d387f81a89beff92590 (patch) | |
tree | b98bd1f3bb73a62f71f2833d6b951724243605c9 /package/libpthread/files | |
parent | 208c1a556654a5cc3a3fd5fcc500f70261fb084b (diff) |
remove postinst script
Diffstat (limited to 'package/libpthread/files')
-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 |