summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/sync.c')
-rw-r--r--src/pacman/sync.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pacman/sync.c b/src/pacman/sync.c
index 2406fed5..7dc69079 100644
--- a/src/pacman/sync.c
+++ b/src/pacman/sync.c
@@ -222,9 +222,7 @@ static int sync_cleancache(int level)
/* skip package databases within the cache directory */
"*.db*", "*.files*",
/* skip source packages within the cache directory */
- "*.src.tar.*",
- /* skip package deltas, we aren't smart enough to clean these yet */
- "*.delta"
+ "*.src.tar.*"
};
size_t j;
@@ -847,7 +845,6 @@ int sync_prepare_execute(void)
case ALPM_ERR_PKG_INVALID:
case ALPM_ERR_PKG_INVALID_CHECKSUM:
case ALPM_ERR_PKG_INVALID_SIG:
- case ALPM_ERR_DLT_INVALID:
for(i = data; i; i = alpm_list_next(i)) {
char *filename = i->data;
printf(_("%s is invalid or corrupted\n"), filename);