summaryrefslogtreecommitdiff
path: root/plugins/archlinux/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/archlinux/README.md')
-rw-r--r--plugins/archlinux/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/archlinux/README.md b/plugins/archlinux/README.md
index d4706e220..d6b41ee40 100644
--- a/plugins/archlinux/README.md
+++ b/plugins/archlinux/README.md
@@ -143,8 +143,6 @@ upgrades were available. Use `pacman -Que` instead.
| yaupd | `yaourt -Sy` | Update and refresh local package, ABS and AUR databases |
| yaupg | `yaourt -Syua` | Sync with repositories before upgrading all packages (from AUR too) |
| yasu | `yaourt -Syua --no-confirm` | Same as `yaupg`, but without confirmation |
-| yaclun | `yaourt -Yc` | Remove unneeded installed packages |
-| yaclf | `yaourt -Scc` | Remove cache directories |
| upgrade[²](#f2) | `yaourt -Syu` | Sync with repositories before upgrading packages |
#### Yay[¹](#f1)
@@ -167,8 +165,6 @@ upgrades were available. Use `pacman -Que` instead.
| yaupd | `yay -Sy` | Update and refresh local package, ABS and AUR databases |
| yaupg | `yay -Syu` | Sync with repositories before upgrading packages |
| yasu | `yay -Syu --no-confirm` | Same as `yaupg`, but without confirmation |
-| yaclun | `yay -Yc` | Remove unneeded installed packages |
-| yaclf | `yay -Scc` | Remove cache directories |
| upgrade[²](#f2) | `yay -Syu` | Sync with repositories before upgrading packages |
---