Commit d4522047 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-autoremove: add --auto support for apt

parent ef4fd367
......@@ -274,7 +274,7 @@ esac
case $PMTYPE in
apt-dpkg|aptitude-dpkg)
sudocmd apt-get autoremove $dryrun
sudocmd apt-get autoremove local $(subst_option non_interactive -y) $dryrun
;;
aura)
if [ -n "$dryrun" ] ; then
......
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