Commit e3cd1d04 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm removerepo: add support for all for urpm-rpm

parent c20a88b0
......@@ -127,6 +127,10 @@ case $PMTYPE in
sudocmd yum-config-manager --disable "$@"
;;
urpm-rpm)
if [ "$1" = "all" ] ; then
sudocmd urpmi.removemedia -av
return
fi
sudocmd urpmi.removemedia "$@"
;;
zypper-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