Commit 17e55985 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repolist: add support for apt-dpkg

parent dc8139a9
...@@ -98,7 +98,8 @@ print_apt_sources_list() ...@@ -98,7 +98,8 @@ print_apt_sources_list()
epm_repolist() epm_repolist()
{ {
[ -z "$*" ] || [ "$PMTYPE" = "apt-rpm" ] || fatal "No arguments are allowed here" # TODO
[ -z "$*" ] || [ "$PMTYPE" = "apt-rpm" ] || [ "$PMTYPE" = "apt-dpkg" ] || fatal "No arguments are allowed here"
case $PMTYPE in case $PMTYPE in
apt-rpm) apt-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