source:
npl/findusage
@
76ea60c
Last change on this file since 76ea60c was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 164 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | |
4 | PKG=$1 |
5 | echo "Finding where $PKG is used..." |
6 | |
7 | egrep "(^#DEP:$PKG|^#NEED:$PKG)" `find -name *.SlackBuild` |
8 | grep "$PKG" buildroot.list ../bootcd/*.list |
9 |
Note: See TracBrowser
for help on using the repository browser.