Commit 799347c7 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm install: add info about epm commit

parent 88285b68
......@@ -151,7 +151,9 @@ epm_install_names()
return ;;
apm-rpm)
sudocmd apm system install $@
return ;;
local res=$?
[ "$res" = 0 ] && [ "$FULLDISTRNAME" = "ALT Atomic" ] && info "Use 'epm commit' to apply the changes to the system image"
return $res ;;
aptitude-dpkg)
sudocmd aptitude install $@
return ;;
......
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