Update unneeded.hook
This commit is contained in:
parent
0e8d8af6cf
commit
b81bf54342
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ Target = *
|
||||||
[Action]
|
[Action]
|
||||||
Description = Possibly unneeded packages (e.g. dependency cycles)
|
Description = Possibly unneeded packages (e.g. dependency cycles)
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /usr/bin/bash -c "(pacman -Qqd | pacman -Rsup - && /usr/bin/echo 'uninstall all with »pacman -Qqd | pacman -Rsu -«') || /usr/bin/echo '==> None found'"
|
Exec = /usr/bin/bash -c "(pacman -Qqd | pacman -Rsup - && echo 'uninstall all with »pacman -Qqd | pacman -Rsu -«') || echo '==> None found'"
|
||||||
|
|
Loading…
Reference in a new issue