Commit ea0e053e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-remove: add missed --auto support for apt

parent d4522047
......@@ -82,6 +82,8 @@ epm_remove_names()
warmup_bases
local APTOPTIONS="$(subst_option non_interactive -y)"
case $PMTYPE in
apt-dpkg)
sudocmd apt-get remove --purge $APTOPTIONS $@
......
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