diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-10-30 10:51:47 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-10-30 10:51:47 +0000 |
commit | b1bede47810652d3fe72fba66d9a1afce391eef7 (patch) | |
tree | 78758763038103e56fa956f9579d2cbd237078d3 /contrib/kiss-revdepends | |
parent | 7b1b13cfbf82f38cc7bb1a587c579230bd3c659d (diff) | |
download | cpt-b1bede47810652d3fe72fba66d9a1afce391eef7.tar.gz |
kiss: Merge kiss-utils and kiss
FossilOrigin-Name: 6cabd29074b5abe15dd342797d3fc9b0c0271b3e001f388b360a3ee91b4a40ba
Diffstat (limited to 'contrib/kiss-revdepends')
-rwxr-xr-x | contrib/kiss-revdepends | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/kiss-revdepends b/contrib/kiss-revdepends new file mode 100755 index 0000000..5a181e5 --- /dev/null +++ b/contrib/kiss-revdepends @@ -0,0 +1,10 @@ +#!/bin/sh -e +# +# kiss-revdepends - Display packages which depend on package. + +# 'cd' to the database directory as a simple way of +# stripping the path and performing a 'basename'. +cd "$KISS_ROOT/var/db/kiss/installed" + +# Use a simple 'grep' to display packages depending on '$1'. +grep "^$1" -- */depends |