Skip to content

Commit 049665e

Browse files
authored
Merge pull request #3357 from silene/show-files
Show installed files.
2 parents 421a710 + 116fb70 commit 049665e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/opam-coq-install-remove

+4
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ while [ ! -z "$1" ]; do
6767
else
6868
SUCCESSES="$SUCCESSES $PKG_NAME_VERSION";
6969
fi
70+
echo
71+
echo Installed files:
72+
opam show --list-files "$PKG_NAME" | cut "-b$(opam var prefix | wc -c)-"
73+
echo
7074
echo Removing $PKG_NAME
7175
opam remove "$PKG_NAME" -y >> $LOG
7276
set -e

0 commit comments

Comments
 (0)