Commit e9d56f16 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: print package description before install

parent 3802efb4
......@@ -350,3 +350,6 @@ is_repacked_package $REPOPKGNAME || exit 0
# default version value (can be overrided with arg $2 or by update)
[ -n "$VERSION" ] || VERSION="*"
echo
echo "Installing $DESCRIPTION as $PKGNAME package ..."
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment