Commit d0cd151c authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-remove: warning about no support remove by package file

parent 08031381
......@@ -145,6 +145,8 @@ epm_remove()
return
fi
[ -n "$pkg_files" ] && fatal "FIXME: remove by package file is not supported yet"
[ -n "$pkg_filenames" ] || fatal "Run remove without args"
epm_remove_low $pkg_filenames && 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