Skip to content

Commit

Permalink
Show installed files.
Browse files Browse the repository at this point in the history
  • Loading branch information
silene committed Feb 26, 2025
1 parent d79c5bc commit 116fb70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/opam-coq-install-remove
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ while [ ! -z "$1" ]; do
else
SUCCESSES="$SUCCESSES $PKG_NAME_VERSION";
fi
echo
echo Installed files:
opam show --list-files "$PKG_NAME" | cut "-b$(opam var prefix | wc -c)-"
echo
echo Removing $PKG_NAME
opam remove "$PKG_NAME" -y >> $LOG
set -e
Expand Down

0 comments on commit 116fb70

Please sign in to comment.