Commit 03a236dd authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-autoremove: enable real autoremove on yum based systems

parent de1a4b7a
......@@ -293,7 +293,7 @@ case $PMTYPE in
# FIXME: package-cleanup have to use stderr for errors
local PKGLIST=$(package-cleanup -q --leaves | grep -v "^eepm-")
[ -n "$PKGLIST" ] || break
showcmd epm remove $PKGLIST
docmd epm remove $PKGLIST
done
;;
dnf-rpm)
......
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