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