Commit 292c10bf authored by Vitaly Lipatov's avatar Vitaly Lipatov

upgrade on Mandriva: do not use --replace-files

parent dccf7312
......@@ -32,8 +32,8 @@ epm_upgrade()
CMD="yum update"
;;
urpm-rpm)
# or --auto-select
CMD="urpmi --auto-update --replace-files"
# or --auto-select --replace-files
CMD="urpmi --auto-update"
;;
zypper-rpm)
CMD="zypper dist-upgrade"
......
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