Commit 9a108809 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm-sh-functions: drop unused set_backend function

parent 0f847099
......@@ -1138,17 +1138,3 @@ else
eval "echo -n \"$@\""
}
fi
set_backend()
{
case $arg in
*:*)
PMTYPE=$(echo "$arg" | cut -d: -f1)
names=$(echo "$arg" | cut -d: -f2)
;;
*)
PMTYPE=$($DISTRVENDOR -g)
names="$(echo $pkg_names | tr ' ' '\n' | grep -v ':' | filter_out_installed_packages)"
esac
}
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