Commit 2b879737 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-remove: add auto for pacman

parent 35883016
......@@ -66,7 +66,7 @@ epm_remove_low()
sudocmd emerge --unmerge $@
return ;;
pacman)
sudocmd pacman -R $@
sudocmd pacman $(subst_option non_interactive --noconfirm) -R $@
return ;;
eopkg)
sudocmd eopkg $(subst_option nodeps --ignore-dependency) remove $@
......
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