Commit 42072b0c authored by Vitaly Lipatov's avatar Vitaly Lipatov

remove TASK: remove all packages from the TASK

parent 4e673a9c
...@@ -251,13 +251,12 @@ epm_remove() ...@@ -251,13 +251,12 @@ epm_remove()
return return
fi fi
local tn=$(tasknumber "$pkg_names") if [ "$DISTRNAME" = "ALTLinux" ] ; then
if [ -n "$tn" ] ; then load_helper epm-sh-altlinux
assure_distr ALTLinux "remove with task number" if tasknumber "$pkg_names" >/dev/null ; then
assure_exists apt-repo assure_exists apt-repo
pkg_names=$(showcmd apt-repo list $tn) pkg_names="$(get_task_packages $pkg_names)"
#docmd epm remove $dryrun fi
return
fi fi
# TODO: fix pkg_names override # TODO: fix pkg_names override
......
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