diff options
author | Dan McGee <dan@archlinux.org> | 2012-01-18 12:12:39 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-01-18 12:15:11 -0600 |
commit | be229d129eeb43e774217921e1c7e1bb802775fe (patch) | |
tree | 77ef45e534577248f5985e068d22382ad33ad20b /doc/pacman.8.txt | |
parent | e8a2c2545608c556cb65d96e7015a1d09d8b3890 (diff) | |
download | pacman-be229d129eeb43e774217921e1c7e1bb802775fe.tar.xz |
Don't remove unknown files in cache cleaning code
This removes the hack I added to skip '*.sig' files earlier since there
are other files that also fall into the same bucket- source packages
from `makepkg --source`, delta files, etc. Rather than prompting for
each and every one, simply skip them. Doing '-Scc' rather than '-Sc'
will delete these files if that is really what you want to do.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/pacman.8.txt')
-rw-r--r-- | doc/pacman.8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 59853812..275f8ac0 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -349,7 +349,7 @@ Sync Options[[SO]] databases are saved for every sync DB you download from, and are not deleted even if they are removed from the configuration file linkman:pacman.conf[5]. Use one '\--clean' switch to only remove - packages that are no longer installed; use two to remove all packages + packages that are no longer installed; use two to remove all files from the cache. In both cases, you will have a yes or no option to remove packages and/or unused downloaded databases. + |