mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2025-01-29 20:35:02 +01:00
Remove test script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
f556ec1f4d
commit
2a4b4be60a
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
#!/bin/bash
|
||||
# Simple script to check broken or missing libraries
|
||||
# Willy Sudiarto Raharjo 2014
|
||||
|
||||
for L in `ls /usr/bin`; do
|
||||
if [ -f /usr/bin/$L ]; then
|
||||
ldd /usr/bin/$L | grep -i "not found"
|
||||
if [ $? -eq 0 ]; then
|
||||
echo $L;
|
||||
fi
|
||||
fi
|
||||
done
|
Loading…
Add table
Reference in a new issue