Skip to content

Instantly share code, notes, and snippets.

@Toasterson
Created April 7, 2024 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Toasterson/fa12a0599bd913500907b5dabc597a51 to your computer and use it in GitHub Desktop.
Save Toasterson/fa12a0599bd913500907b5dabc597a51 to your computer and use it in GitHub Desktop.
IPS helpers

Small packaging Helper Utilities for OpenIndiana

  • list_dependants.sh lists packages that depend on $1, eg. list-dependants.sh runtime/squeak-4
# This script lists packages that depend on $1, eg. list-dependants.sh runtime/squeak-4
pkg search -r -H -o pkg.name "depend:require:$1" | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment