Don't remove unknown files in cache cleaning code
commitbe229d129eeb43e774217921e1c7e1bb802775fe
authorDan McGee <dan@archlinux.org>
Wed, 18 Jan 2012 18:12:39 +0000 (18 12:12 -0600)
committerDan McGee <dan@archlinux.org>
Wed, 18 Jan 2012 18:15:11 +0000 (18 12:15 -0600)
tree77ef45e534577248f5985e068d22382ad33ad20b
parente8a2c2545608c556cb65d96e7015a1d09d8b3890
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>
doc/pacman.8.txt
src/pacman/sync.c