instpkg cleanup
[cmdllinux.git] / scripts / _get_package_solibs.sh
blob7e07ee2803848af447839ffc148fe38b53abeae0
1 if [ ! -z "$1" ]; then
2 DIR=$1
3 [ ! -d "$DIR" ] && echo "No such directory" && exit 1
4 cd $DIR
5 fi
6 _readelf_libs -n | grep "^\[" | sort -u