Uninstall optional dependencies
This commit is contained in:
parent
4bb7d678c7
commit
79da3773fd
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class Pacman(Module):
|
||||||
self._pacman_execute("-D", "--asdeps", *sorted(packages))
|
self._pacman_execute("-D", "--asdeps", *sorted(packages))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
to_remove = self._pacman_capture("-Qqdt").splitlines()
|
to_remove = self._pacman_capture("-Qqdtt").splitlines()
|
||||||
except CalledProcessError:
|
except CalledProcessError:
|
||||||
return # pacman returns nonzero exit code if the query is empty
|
return # pacman returns nonzero exit code if the query is empty
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue