source: npl/findusage

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 164 bytes
Line 
1#!/bin/bash
2
3
4PKG=$1
5echo "Finding where $PKG is used..."
6
7egrep "(^#DEP:$PKG|^#NEED:$PKG)" `find -name *.SlackBuild`
8grep "$PKG" buildroot.list ../bootcd/*.list
9
Note: See TracBrowser for help on using the repository browser.